commit | 23e8e1aaacb10d9f05e44a93e10ea4ee5b3838a5 | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Tue Apr 05 13:16:24 2011 -0500 |
committer | David Teigland <teigland@redhat.com> | Fri Jul 15 12:30:43 2011 -0500 |
tree | 7c94bc4eeb9dfd85a26869003c56dc45fc6fd697 | |
parent | 883ba74f43092823d0ed4c6b21f0171e9b334607 [diff] |
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: David Teigland <teigland@redhat.com>