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:
ccca4e3
)
ceph: fix cap release race
author
Yan, Zheng
<zheng.z.yan@intel.com>
Mon, 3 Jun 2013 10:22:17 +0000
(18:22 +0800)
committer
Sage Weil
<sage@inktank.com>
Wed, 3 Jul 2013 22:32:46 +0000
(15:32 -0700)
ceph_encode_inode_release() can race with ceph_open() and release
caps wanted by open files. So it should call __ceph_caps_wanted()
to get the wanted caps.
Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
Reviewed-by: Sage Weil <sage@inktank.com>
No differences found