diff options
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r-- | include/fuse_lowlevel.h | 3 |
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; |