ocfs2: special case recovery lock in dlmlock_remote()
authorKurt Hackel <kurt.hackel@oracle.com>
Mon, 1 May 2006 20:47:50 +0000 (13:47 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Mon, 26 Jun 2006 21:43:08 +0000 (14:43 -0700)
commitc8df412e1c746dd21094966d04b3a79aad0f4d08
treeb662c0c5b9ff4e5a607d53adb92a8c38acce940e
parent36407488b1cbc4d84bc2bd14e03f3f9b768090d9
ocfs2: special case recovery lock in dlmlock_remote()

If the previous master of the recovery lock dies, let calc_usage take it
down completely and let the caller completely redo the dlmlock() call.
Otherwise, there will never be an opportunity to re-master the lockres and
recovery wont be able to progress.

Signed-off-by: Kurt Hackel <kurt.hackel@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dlm/dlmlock.c
fs/ocfs2/dlm/dlmrecovery.c