From: alex chen Date: Thu, 2 Oct 2014 23:16:55 +0000 (-0700) Subject: ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handler X-Git-Tag: fixes-for-v3.18-merge-window~48^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55dacd22dba7da4d4f2ccd646cd77886e2c90dd1;p=pandora-kernel.git ocfs2/dlm: should put mle when goto kill in dlm_assert_master_handler In dlm_assert_master_handler, the mle is get in dlm_find_mle, should be put when goto kill, otherwise, this mle will never be released. Signed-off-by: Alex Chen Reviewed-by: Joseph Qi Reviewed-by: joyce.xue Cc: Mark Fasheh Cc: Joel Becker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed