From: Tsutomu Itoh Date: Mon, 25 Apr 2011 23:43:51 +0000 (-0400) Subject: Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log() X-Git-Tag: v2.6.39-rc5~5^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a62f44a5f47ce45e524b55f91542dc386c6de7ef;p=pandora-kernel.git Btrfs: fix missing mutex_unlock in btrfs_del_dir_entries_in_log() It is necessary to unlock mutex_lock before it return an error when btrfs_alloc_path() fails. Signed-off-by: Tsutomu Itoh Signed-off-by: Chris Mason --- Reading git-diff-tree failed