]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fuse.4: fuse_entry_out: rework discussion of uniqueness of nodeid + generation
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 10 Dec 2016 13:28:50 +0000 (14:28 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 12 Dec 2016 09:34:59 +0000 (10:34 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man4/fuse.4

index 3a75a4101b55fe237b37c6336577d9452ee657a6..74096e1b9abc6a2f3cf6b93aa6b210753549d50e 100644 (file)
@@ -349,9 +349,7 @@ The expected reply is of the form:
 .nf
 struct fuse_entry_out {
     uint64_t nodeid;      /* Inode ID */
-    uint64_t generation;  /* Inode generation: nodeid:gen
-                             must be unique for the
-                             filesystem's lifetime */
+    uint64_t generation;  /* Inode generation */
     uint64_t entry_valid;
     uint64_t attr_valid;
     uint32_t entry_valid_nsec;
@@ -361,6 +359,12 @@ struct fuse_entry_out {
 .fi
 .in
 
+The combination of
+.I nodeid
+and
+.I generation
+must be unique for the filesystem's lifetime.
+
 The interpretation of timeouts and
 .I attr
 is as for