chiark / gitweb /
[PATCH] improve event sequence serialization
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Wed, 5 Jan 2005 04:35:24 +0000 (05:35 +0100)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:19:09 +0000 (23:19 -0700)
commit7b6571a9fc1909a7231ec9018ddd6602389363d3
tree65ef10f4526a7b0a73009411c2ef33d288672815
parente750d24b0552f4fb11672ab5bdf72f536a047446
[PATCH] improve event sequence serialization

We delay the execution of events if there is already an event running for
the same device, a parent or a child device. "add" events with a reference
to a physical device will also wait for the physical device to finish.

Here we fix the devpath comparison logic to return "busy" only if a complete
device names is matching. /block/sdaa will not longer block a /block/sda event.
udevd.c