From: Wang Shilong Date: Wed, 2 Apr 2014 11:53:32 +0000 (+0800) Subject: Btrfs: fix unlock in __start_delalloc_inodes() X-Git-Tag: v3.15-rc1~23^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1ecaabbf90cf4e93eb2b50aef3d07ab630c6fb1;p=pandora-kernel.git Btrfs: fix unlock in __start_delalloc_inodes() This patch fix a regression caused by the following patch: Btrfs: don't flush all delalloc inodes when we doesn't get s_umount lock break while loop will make us call @spin_unlock() without calling @spin_lock() before, fix it. Signed-off-by: Wang Shilong Reviewed-by: David Sterba Signed-off-by: Chris Mason --- Reading git-diff-tree failed