Merge PR #54869 into main

* refs/pull/54869/head:
	mds: dump sr objects in debug output

Reviewed-by: Venky Shankar <vshankar@redhat.com>
Reviewed-by: Dhairya Parmar <dparmar@redhat.com>
This commit is contained in:
Venky Shankar 2024-01-19 13:19:21 +05:30
commit d7e2a322a5

View File

@ -3128,8 +3128,8 @@ void CInode::open_snaprealm(bool nosplit)
SnapRealm *parent = find_snaprealm();
snaprealm = new SnapRealm(mdcache, this);
if (parent) {
dout(10) << __func__ << " " << snaprealm
<< " parent is " << parent
dout(10) << __func__ << " " << *snaprealm
<< " parent is " << *parent
<< dendl;
dout(30) << " siblings are " << parent->open_children << dendl;
snaprealm->parent = parent;