aboutsummaryrefslogtreecommitdiff
path: root/include/fuse_lowlevel.h
diff options
context:
space:
mode:
authorAlan Somers <asomers@gmail.com>2019-05-24 01:54:42 -0600
committerNikolaus Rath <Nikolaus@rath.org>2019-05-24 08:54:42 +0100
commitf6691d0a20dc3c4434f48d885fa2b67d1ed7137a (patch)
treed5eb53970b615cd143ed85b96646c8a314bea2ef /include/fuse_lowlevel.h
parent1f842c996e46788115d6b5ca142fad949712c8e9 (diff)
downloadlibfuse-f6691d0a20dc3c4434f48d885fa2b67d1ed7137a.tar.gz
Remove incorrect comment about fuse_entry_param.generation (#420)
A comment said that fuse_entry_param.generation must be non-zero. However, I can't find anything in the kernel that requires that, and real-world file systems don't seem to follow that advice, either.
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r--include/fuse_lowlevel.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h
index b7afe16..2073460 100644
--- a/include/fuse_lowlevel.h
+++ b/include/fuse_lowlevel.h
@@ -75,9 +75,6 @@ struct fuse_entry_param {
* it must assign a new, previously unused generation number
* to the inode at the same time.
*
- * The generation must be non-zero, otherwise FUSE will treat
- * it as an error.
- *
*/
uint64_t generation;