]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: don't replicate purging dentry
authorYan, Zheng <zheng.z.yan@intel.com>
Fri, 15 Mar 2013 05:09:34 +0000 (13:09 +0800)
committerGreg Farnum <greg@inktank.com>
Mon, 1 Apr 2013 16:26:24 +0000 (09:26 -0700)
commit3d3d85d8455fdb8e6f0230d03f10d0c1ec9c4427
tree899ff12e650cef654d75b5e55f7ed02a82957d97
parent44db9802531e89e51539c9a8d8229c97945ba57d
mds: don't replicate purging dentry

open_remote_ino is racy, it's possible someone deletes the inode's
last linkage while the MDS is discovering the inode.

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
Reviewed-by: Greg Farnum <greg@inktank.com>
src/mds/MDCache.cc