commit | 052bb34af3bf8ae2001b9f03d884ba0def3e427c | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Tue Mar 09 12:52:26 2010 -0800 |
committer | Sage Weil <sage@newdream.net> | Sat Mar 20 21:33:07 2010 -0700 |
tree | db8aecde5b43263d9f3a2947663cb55de4414545 | |
parent | 978097c907b58a2d085bbf7632bee1a5a7e6f6ba [diff] |
ceph: add missing locking to protect i_snap_realm_item during split 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>