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:
ee6b1ba
)
ceph: avoid iput() while holding spinlock in ceph_dir_fsync
author
Sage Weil
<sage@newdream.net>
Tue, 3 Jan 2012 18:09:07 +0000
(10:09 -0800)
committer
Sage Weil
<sage@newdream.net>
Tue, 10 Jan 2012 16:57:02 +0000
(08:57 -0800)
ceph_mdsc_put_request() can call iput(), which can sleep. Don't do that.
Fixes: #1812
Signed-off-by: Sage Weil <sage@newdream.net>
No differences found