Skip to content
Snippets Groups Projects
Commit 23e8e1aa authored by David Teigland's avatar David Teigland
Browse files

dlm: use workqueue for callbacks


Instead of creating our own kthread (dlm_astd) to deliver
callbacks for all lockspaces, use a per-lockspace workqueue
to deliver the callbacks.  This eliminates complications and
slowdowns from many lockspaces sharing the same thread.

Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent 883ba74f
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment