commit | aec64e1be2225c6fc64499594d23257c6adf6168 | [log] [tgz] |
---|---|---|
author | David Teigland <teigland@redhat.com> | Tue Jan 08 15:37:47 2008 -0600 |
committer | David Teigland <teigland@redhat.com> | Wed Jan 30 11:04:42 2008 -0600 |
tree | d4aa437666e7b8a04e926d27f5e6f29e0f037715 | |
parent | 601342ce022b964f756b67f2eb99b605c1afa3ed [diff] |
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>