]> git.baikalelectronics.ru Git - kernel.git/commit
dlm: use single thread workqueues
authorDavid Teigland <teigland@redhat.com>
Fri, 11 Feb 2011 22:44:31 +0000 (16:44 -0600)
committerDavid Teigland <teigland@redhat.com>
Fri, 11 Feb 2011 22:50:47 +0000 (16:50 -0600)
commit0230fad3987f9f74f099275bbac03889a78b2687
tree31458f5bb3119220dcd50ce569cbba040e93ae21
parentc98b62cd6705da90bfac031f818b92ea2d333471
dlm: use single thread workqueues

The recent commit to use cmwq for send and recv threads
a4341f2cb097d01bbdf01b212c887b93ab714936 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>
fs/dlm/lowcomms.c