chiark / gitweb /
udevd: fix WAIT_FOR_SYSFS execution order
authorAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Thu, 23 Oct 2008 18:37:30 +0000 (19:37 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Thu, 23 Oct 2008 18:59:17 +0000 (20:59 +0200)
commit7aeeaedc5f73fa304849b8768de455ab5dae49a4
tree330687bc42d97586797074b38345026a29203710
parent9bdca442ef3f7d54cea9827605ec635712009735
udevd: fix WAIT_FOR_SYSFS execution order

The wait should be ordered after matching KERNEL, ENV, etc.
but before ATTR.

Without this, WAIT_FOR_SYSFS rules will be applied unconditionally
to all events.

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
udev/udev-rules.c