[DLM] fix softlockup in dlm_recv
authorPatrick Caulfield <pcaulfie@redhat.com>
Thu, 1 Feb 2007 16:46:33 +0000 (16:46 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 5 Feb 2007 18:38:27 +0000 (13:38 -0500)
commita34fbc6363256387372331000462691bc4b3f5a9
treed211465adf24f06d772cfbc78b92269771f46b07
parent62a0f62369b0fece37f6652d69b918c89d53c3b3
[DLM] fix softlockup in dlm_recv

This patch stops the dlm_recv workqueue from busy-waiting when a node
disconnects. This can cause soft lockup errors on debug systems and bad
performance generally.

Signed-Off-By: Patrick Caulfield <pcaulfie@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/lowcomms-tcp.c