]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/client/Inode.cc
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / client / Inode.cc
index 51a0b4b1fe499ba26076ac3ff5123ef26fd58d9c..0c19bef5e181468a72472b7760321533dbce0b98 100644 (file)
@@ -86,7 +86,7 @@ ostream& operator<<(ostream &out, const Inode &in)
   if (in.is_dir() && in.has_dir_layout())
     out << " has_dir_layout";
 
-  if (in.quota.is_enable())
+  if (in.quota.is_enabled())
     out << " " << in.quota;
 
   out << ' ' << &in << ")";