Re: [PATCH] Btrfs: fix unlock in __start_delalloc_inodes()

2014-04-04 Thread David Sterba
On Wed, Apr 02, 2014 at 07:53:32PM +0800, Wang Shilong wrote: 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.

[PATCH] Btrfs: fix unlock in __start_delalloc_inodes()

2014-04-02 Thread Wang Shilong
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 wangsl.f...@cn.fujitsu.com ---