From: Sage Weil Date: Fri, 9 Aug 2013 16:57:58 +0000 (-0700) Subject: ceph: replace hold_mutex flag with goto X-Git-Tag: v3.12-rc1~90^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f75e9e17911524f294aa7b3bf0d7233f99a3218;p=pandora-kernel.git ceph: replace hold_mutex flag with goto All of the early exit paths need to drop the mutex; it is only the normal path through the function that does not. Skip the unlock in that case with a goto out_unlocked. Signed-off-by: Sage Weil Reviewed-by: Jianpeng Ma --- Reading git-diff-tree failed