]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/client/Dentry.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / client / Dentry.h
index 483a31eccb324b56dd704f1931dbe1a68cea26e6..94722c5de70fde96ef25b92ab78e6ed891b7cb4a 100644 (file)
@@ -81,7 +81,7 @@ public:
   friend std::ostream &operator<<(std::ostream &oss, const Dentry &Dentry);
 
   Dir     *dir;
-  const string name;
+  const std::string name;
   InodeRef inode;
   int     ref = 1; // 1 if there's a dir beneath me.
   int64_t offset = 0;