diff options
Diffstat (limited to 'include/fuse.h')
-rw-r--r-- | include/fuse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h index 90c4d5d..83b6f21 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -172,7 +172,6 @@ struct fuse_operations { int (*write) (const char *, const char *, size_t, off_t, struct fuse_file_info *); - /** Just a placeholder, don't set */ /** Get file system statistics * * The 'f_frsize', 'f_favail', 'f_fsid' and 'f_flag' fields are ignored |