chiark / gitweb /
udevd: serialize events for with the same major/minor
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 7 Oct 2009 22:06:23 +0000 (00:06 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 7 Oct 2009 22:06:23 +0000 (00:06 +0200)
commit19711e1933003a46456f477cb8f1cac77c54bcb0
tree62e5e143166a2ea17548c366fcf7f8c9f3e56469
parenta05cd7ea3e582c9bf9680492e73687ea56cdd864
udevd: serialize events for with the same major/minor

On Wed, Oct 7, 2009 at 21:46, Alan Jenkins <sourcejedi.lkml@googlemail.com> wrote:
> Udev would have avoided the race prior to
>
82c785e "udevd: remove check for dev_t, DEVPATH_OLD takes care of that"
>
> (the "check" removed here used to serialize events based on the device
> major:minor number).

On Wed, Oct 7, 2009 at 22:31, Michael Guntsche <mike@it-loops.com> wrote:
> add      /module/8250_pnp (module)
> remove /devices/platform/serial8250/tty/ttyS0 (tty)
> add      /devices/pnp0/00:05/tty/ttyS0 (tty)
udev/udevd.c