mirror of
https://github.com/ceph/ceph
synced 2024-12-17 00:46:05 +00:00
Merge PR #17456 into master
* refs/remotes/upstream/pull/17456/head: mds: print subtrees only after merge Reviewed-by: Zheng Yan <zyan@redhat.com>
This commit is contained in:
commit
5f99d9d53c
@ -951,9 +951,9 @@ void MDCache::try_subtree_merge_at(CDir *dir, set<CInode*> *to_eval)
|
||||
|
||||
if (to_eval && dir->get_inode()->is_auth())
|
||||
to_eval->insert(dir->get_inode());
|
||||
}
|
||||
|
||||
show_subtrees(15);
|
||||
show_subtrees(15);
|
||||
}
|
||||
}
|
||||
|
||||
void MDCache::subtree_merge_writebehind_finish(CInode *in, MutationRef& mut)
|
||||
|
Loading…
Reference in New Issue
Block a user