Re: [libvirt] [PATCH v3 2/6] udev: Split udevEventHandleCallback in two functions

2017-08-29 Thread Erik Skultety
On Mon, Aug 28, 2017 at 11:04:35AM -0400, John Ferlan wrote: > > > On 08/24/2017 07:23 AM, Erik Skultety wrote: > > This patch splits udevEventHandleCallback in two (introduces > > udevEventHandleThread) in order to be later able to refactor the latter > > to actually become a detached thread which

Re: [libvirt] [PATCH v3 2/6] udev: Split udevEventHandleCallback in two functions

2017-08-28 Thread John Ferlan
On 08/24/2017 07:23 AM, Erik Skultety wrote: > This patch splits udevEventHandleCallback in two (introduces > udevEventHandleThread) in order to be later able to refactor the latter > to actually become a detached thread which will wait some time for the > kernel to create the whole sysfs tree fo

[libvirt] [PATCH v3 2/6] udev: Split udevEventHandleCallback in two functions

2017-08-24 Thread Erik Skultety
This patch splits udevEventHandleCallback in two (introduces udevEventHandleThread) in order to be later able to refactor the latter to actually become a detached thread which will wait some time for the kernel to create the whole sysfs tree for a device as we cannot do that in the event loop direc