]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: add missing dlm_put() in dlm_begin_reco_handler()
authorXue jiufei <xuejiufei@huawei.com>
Thu, 27 Jun 2013 23:51:04 +0000 (09:51 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 28 Jun 2013 06:37:16 +0000 (16:37 +1000)
commit505de5be786218817ec7cfc42fd671737d5c4052
tree74bf25c7f64e54f11e4c7a90b50d0f653cace46f
parent11b5db277e185b1e0afc224e9ccac070256eb713
ocfs2: add missing dlm_put() in dlm_begin_reco_handler()

dlm_begin_reco_handler() returns without putting dlm when dlm recovery
state is DLM_RECO_STATE_FINALIZE.

Signed-off-by: joyce <xuejiufei@huawei.com>
Reviewed-by: Jie Liu <jeff.liu@oracle.com>
Acked-by: Joel Becker <jlbec@evilplan.org>
Cc: Mark Fasheh <mfasheh@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/dlm/dlmrecovery.c