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:
314297c
)
Btrfs: don't invoke btrfs_invalidate_inodes() in the spin lock context
author
Miao Xie
<miaox@cn.fujitsu.com>
Wed, 15 May 2013 07:48:21 +0000
(07:48 +0000)
committer
Josef Bacik
<jbacik@fusionio.com>
Sat, 18 May 2013 01:40:34 +0000
(21:40 -0400)
btrfs_invalidate_inodes() may sleep, so we should not invoke it in the
spin lock context. Fix it.
Signed-off-by: Miao Xie <miaox@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
No differences found