fuse.h doc fix: The f_frsize field is not ignored by the statfs operation.
authorJan Blumschein <jan@jan-blumschein.de>
Wed, 9 Mar 2016 18:35:32 +0000 (19:35 +0100)
committerJan Blumschein <jan@jan-blumschein.de>
Wed, 9 Mar 2016 18:35:32 +0000 (19:35 +0100)
Apparently f_frsize has been passed on transparently since
2b4781100812d42e704c39c51303cd28ad3f9aa6 (Nov 28, 2005).

include/fuse.h

index e16104c3f6152d7315ff334ef87a3cfaa5b4dcd7..05dd24066196590743e0f021c8681addee5e7832 100644 (file)
@@ -222,7 +222,7 @@ struct fuse_operations {
 
        /** Get file system statistics
         *
-        * The 'f_frsize', 'f_favail', 'f_fsid' and 'f_flag' fields are ignored
+        * The 'f_favail', 'f_fsid' and 'f_flag' fields are ignored
         *
         * Replaced 'struct statfs' parameter with 'struct statvfs' in
         * version 2.5