]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: skip inode that is being puring when opening snap past parent 3951/head
authorYan, Zheng <zyan@redhat.com>
Tue, 17 Mar 2015 12:31:14 +0000 (20:31 +0800)
committerYan, Zheng <zyan@redhat.com>
Wed, 18 Mar 2015 06:25:44 +0000 (14:25 +0800)
commit2395ee1b2416d05c5bb63f65cf8c999d9967415a
treed8a930b70b6da910bbeb51907e3298091691a3ee
parent0dfab5d6390b2d5bec8213bbd7755dd3a643d6dd
mds: skip inode that is being puring when opening snap past parent

we can not increase reference count of purging inodes. purging
inodes have no snapshots, so it's OK to skip them.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/mds/SnapRealm.cc