commit | 6b155c8fd4d239f7d883d455bbad1be47724bbfc | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Fri Feb 11 16:44:31 2011 -0600 |
committer | David Teigland <teigland@redhat.com> | Fri Feb 11 16:50:47 2011 -0600 |
tree | 31458f5bb3119220dcd50ce569cbba040e93ae21 | |
parent | d2478521afc20227658a10a8c5c2bf1a2aa615b3 [diff] |
dlm: use single thread workqueues The recent commit to use cmwq for send and recv threads dcce240ead802d42b1e45ad2fcb2ed4a399cb255 introduced problems, apparently due to multiple workqueue threads. Single threads make the problems go away, so return to that until we fully understand the concurrency issues with multiple threads. Signed-off-by: David Teigland <teigland@redhat.com>