Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760564AbXFDVEn (ORCPT ); Mon, 4 Jun 2007 17:04:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753826AbXFDVEe (ORCPT ); Mon, 4 Jun 2007 17:04:34 -0400 Received: from wx-out-0506.google.com ([66.249.82.228]:15011 "EHLO wx-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754678AbXFDVEc (ORCPT ); Mon, 4 Jun 2007 17:04:32 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p+Z7BbYpFQtfoDPPHudD9UIzsRdYF87WzQN5ygFEhISkDEYUG70pBkQ4ZwH8sH465qpSBcrM39AEwcbdvwvjM+ry9GblhLP8CKhZ/jE7qkH2Et88ZGNSGhYQkpXKdnlNgVHptf+3mXaf9qGzJgsK1J0irBq2g44nZeYNL56w+Pk= Message-ID: Date: Mon, 4 Jun 2007 23:04:31 +0200 From: "Fabio Comolli" To: "Michal Piotrowski" Subject: Re: 2.6.22-rc2: known regressions with patches Cc: "Linus Torvalds" , "Andrew Morton" , LKML , viro@zeniv.linux.org.uk, "Uwe Bugla" , "Ken Chen" , xfs-masters@oss.sgi.com, "Jeremy Fitzhardinge" , "David Chinner" , "Andrea Righi" , "Christoph Lameter" , linux-ide@vger.kernel.org, "Paul Mundt" , "Tejun Heo" , "Jeff Garzik" , "Francis Russell" , "Alan Cox" , "Andi Kleen" , discuss@x86-64.org, "Ben Collins" In-Reply-To: <46559B62.5040903@googlemail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46559B62.5040903@googlemail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1648 Lines: 46 Hi. > Block devices > > Subject : loop devices limited to one single device > References : http://lkml.org/lkml/2007/5/16/229 > Submitter : Uwe Bugla > Handled-By : Ken Chen > Patch : http://lkml.org/lkml/2007/5/21/483 > Status : patch available > I just noticed that I have this issue; anyway, this patch works fine for me (with -rc3) [root@tycho mnt]# mkdir 1 2 3 4 5 6 [root@tycho mnt]# for i in `ls` > do > mount -o loop=/dev/loop$i /home/F-7-i386-DVD.iso /mnt/$i > done [root@tycho mnt]# df -k Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda2 4061572 2910092 941408 76% / /dev 515908 36 515872 1% /dev none 515908 16 515892 1% /dev/shm /dev/sda4 27617068 7206108 19008084 28% /home /home/F-7-i386-DVD.iso 2832620 2832620 0 100% /mnt/1 /home/F-7-i386-DVD.iso 2832620 2832620 0 100% /mnt/2 /home/F-7-i386-DVD.iso 2832620 2832620 0 100% /mnt/3 /home/F-7-i386-DVD.iso 2832620 2832620 0 100% /mnt/4 /home/F-7-i386-DVD.iso 2832620 2832620 0 100% /mnt/5 /home/F-7-i386-DVD.iso 2832620 2832620 0 100% /mnt/6 Regards, Fabio - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/