From: David Teigland Date: Tue, 8 Jan 2008 21:37:47 +0000 (-0600) Subject: dlm: another call to confirm_master in receive_request_reply X-Git-Tag: v2.6.25-rc1~1139^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aec64e1be2225c6fc64499594d23257c6adf6168;p=pandora-kernel.git 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 --- Reading git-diff-tree failed