]> 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>
Wed, 19 Jun 2013 00:05:38 +0000 (10:05 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:12:48 +0000 (17:12 +1000)
commit0df823e0e630368865cf9693a614e5e12ee5ed7f
tree61892615e456d1735bd9d757340d2f9dd10f68d1
parentd50d475f3996ba1ac9b148b84023153ad4754e79
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