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:
978097c
)
ceph: add missing locking to protect i_snap_realm_item during split
author
Sage Weil
<sage@newdream.net>
Tue, 9 Mar 2010 20:52:26 +0000
(12:52 -0800)
committer
Sage Weil
<sage@newdream.net>
Sun, 21 Mar 2010 04:33:07 +0000
(21:33 -0700)
All ci->i_snap_realm_item/realm->inodes_with_caps manipulation should be
protected by realm->inodes_with_caps_lock. This bug would have only bit
us in a rare race with a realm split (during some snap creations).
Signed-off-by: Sage Weil <sage@newdream.net>
No differences found