diff options
Diffstat (limited to 'src/client/Inode.h')
-rw-r--r-- | src/client/Inode.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/Inode.h b/src/client/Inode.h index d28ff2e08..a2f6c15be 100644 --- a/src/client/Inode.h +++ b/src/client/Inode.h @@ -97,9 +97,6 @@ struct CapSnap { bool writing = false, dirty_data = false; uint64_t flush_tid = 0; - int64_t cap_dirtier_uid = -1; - int64_t cap_dirtier_gid = -1; - explicit CapSnap(Inode *i) : in(i) {} @@ -252,6 +249,7 @@ struct Inode : RefCountedObject { void make_long_path(filepath& p); void make_short_path(filepath& p); + bool make_path_string(std::string& s); void make_nosnap_relative_path(filepath& p); // The ref count. 1 for each dentry, fh, inode_map, |