diff options
author | Sage Weil <sage@newdream.net> | 2010-03-09 12:59:08 -0800 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-03-20 21:33:08 -0700 |
commit | 8b218b8a4a65bf4e304ae8690cadb9100ef029c0 (patch) | |
tree | 0fcc54e0bfff4cea6bdbb73c391adc9763564a6b /fs/ceph/messenger.c | |
parent | 052bb34af3bf8ae2001b9f03d884ba0def3e427c (diff) | |
download | linux-8b218b8a4a65bf4e304ae8690cadb9100ef029c0.tar.bz2 |
ceph: fix inode removal from snap realm when racing with migration
When an inode was dropped while being migrated between two MDSs,
i_cap_exporting_issued was non-zero such that issue caps were non-zero and
__ceph_is_any_caps(ci) was true. This prevented the inode from being
removed from the snap realm, even as it was dropped from the cache.
Fix this by dropping any residual i_snap_realm ref in destroy_inode.
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/ceph/messenger.c')
0 files changed, 0 insertions, 0 deletions