From: "Yan, Zheng" <zheng.z.yan@xxxxxxxxx> The migrator calls eval() for imported caps after importing a directory tree. We should do the same thing after importing a inode. Signed-off-by: Yan, Zheng <zheng.z.yan@xxxxxxxxx> --- src/mds/Migrator.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mds/Migrator.cc b/src/mds/Migrator.cc index 41d97e9..fcc06cd 100644 --- a/src/mds/Migrator.cc +++ b/src/mds/Migrator.cc @@ -2613,6 +2613,7 @@ void Migrator::logged_import_caps(CInode *in, assert(cap_imports.count(in)); finish_import_inode_caps(in, from, cap_imports[in]); + mds->locker->eval(in, CEPH_CAP_LOCKS); mds->send_message_mds(new MExportCapsAck(in->ino()), from); } -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html