]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mds/CDir.cc
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / mds / CDir.cc
index ca0c2ec17f035531afdd16171861cc2e3dc2a635..0484c38cc30304d06b4821ef970d901d36159c87 100644 (file)
@@ -180,7 +180,7 @@ ostream& operator<<(ostream& out, const CDir& dir)
 }
 
 
-void CDir::print(ostream& out) 
+void CDir::print(ostream& out) const
 {
   out << *this;
 }
@@ -188,7 +188,7 @@ void CDir::print(ostream& out)
 
 
 
-ostream& CDir::print_db_line_prefix(ostream& out) 
+ostream& CDir::print_db_line_prefix(ostream& out) const
 {
   return out << ceph_clock_now() << " mds." << mdcache->mds->get_nodeid() << ".cache.dir(" << this->dirfrag() << ") ";
 }