From a1ecaabbf90cf4e93eb2b50aef3d07ab630c6fb1 Mon Sep 17 00:00:00 2001 From: Wang Shilong Date: Wed, 2 Apr 2014 19:53:32 +0800 Subject: [PATCH] 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-format-patch failed