git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b080b2
)
Btrfs: fix unlock in __start_delalloc_inodes()
author
Wang Shilong
<wangsl.fnst@cn.fujitsu.com>
Wed, 2 Apr 2014 11:53:32 +0000
(19:53 +0800)
committer
Chris Mason
<clm@fb.com>
Mon, 7 Apr 2014 16:08:50 +0000
(09:08 -0700)
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.fnst@cn.fujitsu.com>
Reviewed-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/inode.c
patch
|
blob
|
history
diff --cc
fs/btrfs/inode.c
Simple merge