[libvirt] [PATCH 0/2]: Make storage_backend device scanning more reliable

2008-11-26 Thread Chris Lalancette
All, This is a 2 part patch series to make libvirt backend device scanning more reliable. In particular, this is important for things that can create/destroy udev /dev nodes, since at present we can race with the udev creation. Note that this takes over the previous patch that I posted to

Re: [libvirt] [PATCH 0/2]: Make storage_backend device scanning more reliable

2008-11-26 Thread Jim Meyering
Chris Lalancette [EMAIL PROTECTED] wrote: This is a 2 part patch series to make libvirt backend device scanning more reliable. In particular, this is important for things that can create/destroy udev /dev nodes, since at present we can race with the udev creation. Note that this