From: Srinivas Eeda Date: Fri, 26 Feb 2010 20:53:51 +0000 (-0800) Subject: dlm: allow dlm do recovery during shutdown X-Git-Tag: v2.6.34-rc1~214^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc9838c4d44a1713ab1bf24aa6675bc3a02b6a88;p=pandora-kernel.git dlm: allow dlm do recovery during shutdown If a node down event happens while dlm shutdown in progress, dlm recovery should be done before dlm is shutdown. We can't migrate unrecovered locks, obviously. But dlm_reco_thread only does recovery if the dlm_state is in DLM_CTXT_JOINED. dlm_reco_thread should do recovery if dlm_state is in DLM_CTXT_JOINED or DLM_CTXT_IN_SHUTDOWN. Signed-off-by: Srinivas Eeda Signed-off-by: Joel Becker --- Reading git-diff-tree failed