Re: [libvirt PATCH v3 10/21] nodedev: rename dataReady to udevReady

2021-01-06 Thread Erik Skultety
On Thu, Dec 24, 2020 at 08:14:34AM -0600, Jonathon Jongsma wrote: > The udev thread handles received udev events. This is accomplished by > setting dataReady to 'true' and signalling the thread. > > We also want to use this thread to handle mdev events, so we'll need to > add another variable to i

[libvirt PATCH v3 10/21] nodedev: rename dataReady to udevReady

2020-12-24 Thread Jonathon Jongsma
The udev thread handles received udev events. This is accomplished by setting dataReady to 'true' and signalling the thread. We also want to use this thread to handle mdev events, so we'll need to add another variable to indicate which event has woken the thread. To prepare for this, rename 'dataR