At the start of recovery, all the recovery flags are cleared from the
previous recovery. Two of them weren't being cleared.
Signed-off-by: David Teigland <[email protected]>
Index: linux/drivers/dlm/member.c
===================================================================
--- linux.orig/drivers/dlm/member.c 2005-06-02 12:28:30.000000000 +0800
+++ linux/drivers/dlm/member.c 2005-06-02 13:07:46.060566696 +0800
@@ -276,6 +276,8 @@
*/
dlm_recoverd_suspend(ls);
+ clear_bit(LSFL_LOCKS_VALID, &ls->ls_flags);
+ clear_bit(LSFL_ALL_LOCKS_VALID, &ls->ls_flags);
clear_bit(LSFL_DIR_VALID, &ls->ls_flags);
clear_bit(LSFL_ALL_DIR_VALID, &ls->ls_flags);
clear_bit(LSFL_NODES_VALID, &ls->ls_flags);
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]