Skip to content
Commit fe9cf30e authored by Alasdair G Kergon's avatar Alasdair G Kergon
Browse files

dm mpath: move trigger_event to system workqueue



The same workqueue is used both for sending uevents and processing queued I/O.
Deadlock has been reported in RHEL5 when sending a uevent was blocked waiting
for the queued I/O to be processed.  Use scheduled_work() for the asynchronous
uevents instead.

Signed-off-by: default avatarAlasdair G Kergon <agk@redhat.com>
parent 784aae73
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment