]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[DLM] status messages ping-pong between unmounted nodes
authorDavid Teigland <teigland@redhat.com>
Thu, 2 Nov 2006 15:45:56 +0000 (09:45 -0600)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 30 Nov 2006 15:35:06 +0000 (10:35 -0500)
commit435618b75b82b5ee511cc01fcdda9c44adb2f4bd
treed837e977d881458b2c71a2d1dec5d533ad82fefe
parent520698096436f7da5b9142e63e3bed5580c5f14e
[DLM] status messages ping-pong between unmounted nodes

Red Hat BZ 213682

If two nodes leave the lockspace (while unmounting the fs in the case of
gfs) after one has sent a STATUS message to the other, STATUS/STATUS_REPLY
messages will then ping-pong between the nodes when neither of them can
find the lockspace in question any longer.  We kill this by not sending
another STATUS message when we get a STATUS_REPLY for an unknown
lockspace.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/dlm/rcom.c