dlm: another call to confirm_master in receive_request_reply
authorDavid Teigland <teigland@redhat.com>
Tue, 8 Jan 2008 21:37:47 +0000 (15:37 -0600)
committerDavid Teigland <teigland@redhat.com>
Wed, 30 Jan 2008 17:04:42 +0000 (11:04 -0600)
commitaec64e1be2225c6fc64499594d23257c6adf6168
treed4aa437666e7b8a04e926d27f5e6f29e0f037715
parent601342ce022b964f756b67f2eb99b605c1afa3ed
dlm: another call to confirm_master in receive_request_reply

When a failed request (EBADR or ENOTBLK) is unlocked/canceled instead of
retried, there may be other lkb's waiting on the rsb_lookup list for it
to complete.  A call to confirm_master() is needed to move on to the next
waiting lkb since the current one won't be retried.

Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lock.c