diff options
author | Steven Whitehouse <[email protected]> | 2010-11-12 12:12:29 +0000 |
---|---|---|
committer | David Teigland <[email protected]> | 2010-11-12 11:08:03 -0600 |
commit | dcce240ead802d42b1e45ad2fcb2ed4a399cb255 (patch) | |
tree | f9531f06ad6e0987d3c6782cfe0a7ed335d82e48 /net/unix/sysctl_net_unix.c | |
parent | b36930dd508e00f0c5083bcd57d25de6d0375c76 (diff) |
dlm: Use cmwq for send and receive workqueues
So far as I can tell, there is no reason to use a single-threaded
send workqueue for dlm, since it may need to send to several sockets
concurrently. Both workqueues are set to WQ_MEM_RECLAIM to avoid
any possible deadlocks, WQ_HIGHPRI since locking traffic is highly
latency sensitive (and to avoid a priority inversion wrt GFS2's
glock_workqueue) and WQ_FREEZABLE just in case someone needs to do
that (even though with current cluster infrastructure, it doesn't
make sense as the node will most likely land up ejected from the
cluster) in the future.
Signed-off-by: Steven Whitehouse <[email protected]>
Cc: Tejun Heo <[email protected]>
Signed-off-by: David Teigland <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions