login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
May
»
20
Re: bug in 2.6.22-rc2: loop mount limited to one single iso image
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Kay Sievers
Subject:
Re: bug in 2.6.22-rc2: loop mount limited to one single iso image
Date: Sunday, May 20, 2007 - 9:16 am
On Sun, 2007-05-20 at 09:10 -0700, Ray Lee wrote:
quoted text
> On 5/20/07, Kay Sievers <kay.sievers@vrfy.org> wrote: > > On 5/20/07, Ray Lee <ray-lk@madrabbit.org> wrote: > > > On 5/19/07, Al Viro <viro@ftp.linux.org.uk> wrote: > > > > On Sat, May 19, 2007 at 11:16:59PM -0700, Ray Lee wrote: > > > > > Ken? Ball's in your court. As the patch isn't providing a killer > > > > > feature for 2.6.22, I'd suggest just reverting it for now until the > > > > > issues are ironed out. > > > > > > > > Hold it. The real question here is which logics do we want there. > > > > IOW, and how many device nodes do we want to appear and _when_ do > > > > we want them to appear? > > > > > > The when part is what looks to make it racy. I'm guessing that we're > > > relying on udev to create those loop nodes. If so, I think any scheme > > > that creates more on demand would give transient mount errors while > > > it's waiting on udev to create more nodes. > > > > > > Perhaps if we were to start with 8 loop nodes at init (as we have in > > > 2.6.21), and then always maintain a margin of 8 (or 4, or...) when > > > they start being used or detached? > > > > Until the tools can request dynamic loop device allocation from the > > kernel before they want to use the device, you can create as many as > > needed "static" loop* nodes in /lib/udev/devices/, which will be > > copied to /dev/ early on every bootup. > > Except that's different than current behavior presented to userspace. > IOW, we broke userspace for anyone using udev. Which is, y'know, a lot > of us. > > We're at -rc2 right now. Given that, it looks like we have two > options. First is to revert all this for now and try again when the > patch has had more testing and agreement (as this isn't a major > feature we're talking about here; it's effectively just a cleanup that > happened to have unfortunate side-effects). > > The second option is that we could have the loop device start with 8 > nodes populated, which would match current behavior. > > A third option of requiring new userspace for 2.6.22 is a non-starter.
Right, providing "preallocated" devices, 8 or the number given in max_loop, sounds like the best option until the tools can handle that. Thanks, Kay -
unsubscribe notice
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/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Andrey Borzenkov
, (Sat May 19, 9:45 pm)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Ray Lee
, (Sat May 19, 11:16 pm)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Al Viro
, (Sat May 19, 11:28 pm)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Andrey Borzenkov
, (Sat May 19, 11:58 pm)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Uwe Bugla
, (Sun May 20, 7:52 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Ray Lee
, (Sun May 20, 8:22 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Ray Lee
, (Sun May 20, 8:26 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Kay Sievers
, (Sun May 20, 8:54 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Andrey Borzenkov
, (Sun May 20, 9:02 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Andrey Borzenkov
, (Sun May 20, 9:09 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Ray Lee
, (Sun May 20, 9:10 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Ray Lee
, (Sun May 20, 9:14 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Kay Sievers
, (Sun May 20, 9:16 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Andreas Schwab
, (Sun May 20, 9:23 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Uwe Bugla
, (Sun May 20, 9:29 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Ken Chen
, (Sun May 20, 11:08 pm)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Ray Lee
, (Sun May 20, 11:40 pm)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Uwe Bugla
, (Mon May 21, 12:59 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Linus Torvalds
, (Mon May 21, 9:11 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Ken Chen
, (Mon May 21, 9:27 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Ray Lee
, (Mon May 21, 9:35 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Ken Chen
, (Mon May 21, 9:37 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Uwe Bugla
, (Mon May 21, 9:50 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Linus Torvalds
, (Mon May 21, 10:04 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Kay Sievers
, (Mon May 21, 10:11 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Andrey Borzenkov
, (Mon May 21, 10:51 am)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Ken Chen
, (Mon May 21, 1:48 pm)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Uwe Bugla
, (Mon May 21, 2:20 pm)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Andrew Morton
, (Mon May 21, 3:04 pm)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Al Viro
, (Mon May 21, 5:10 pm)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Al Viro
, (Mon May 21, 5:13 pm)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Jan Engelhardt
, (Tue May 22, 1:18 pm)
Re: bug in 2.6.22-rc2: loop mount limited to one single is ...
, Uwe Bugla
, (Tue May 22, 2:35 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Greg KH
Og dreams of kernels
Jens Axboe
[PATCH 31/33] Fusion: sg chaining support
Arnd Bergmann
Re: finding your own dead "CONFIG_" variables
Mark Brown
[PATCH 2/2] Subject: natsemi: Allow users to disable workaround for DspCfg reset
Tony Breeds
[LGUEST] Look in object dir for .config
git
:
Brian Downing
Re: Git in a Nutshell guide
John Benes
Re: master has some toys
Matthias Lederhofer
[PATCH 4/7] introduce GIT_WORK_TREE to specify the work tree
Alexander Sulfrian
[RFC/PATCH] RE: git calls SSH_ASKPASS even if DISPLAY is not set
Junio C Hamano
Re: Rss produced by git is not valid xml?
git-commits-head
:
Linux Kernel Mailing List
iSeries: fix section mismatch in iseries_veth
Linux Kernel Mailing List
ixbge: remove TX lock and redo TX accounting.
Linux Kernel Mailing List
ixgbe: fix several counter register errata
Linux Kernel Mailing List
b43: fix build with CONFIG_SSB_PCIHOST=n
Linux Kernel Mailing List
9p: block-based virtio client
linux-netdev
:
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
Michael Breuer
Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit()
David Daney
[PATCH 5/7] Staging: Octeon Ethernet: Convert to NAPI.
Wolfgang Grandegger
[PATCH net-next v4 1/3] can: mscan: fix improper return if dlc < 8 in start_xmi...
Amit Kumar Salecha
[PATCHv3 NEXT 2/2] NET: Add Qlogic ethernet driver for CNA devices
openbsd-misc
:
Theo de Raadt
Re: Old IPSEC bug
Tomáš Bodžár
Problem with vpnc connection - check group password !
Insan Praja SW
Mandoc Compiling Error
Carl Roberso
Re: Cannot change MTU of carp interface?
Richard Daemon
Re: booting openbsd on eee without cd-rom
Colocation donated by:
Syndicate