diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-03-23 09:24:23 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-03-23 09:24:23 -0700 |
commit | 4600e52e831d05e31fc54e666ff729bcab054017 (patch) | |
tree | e2c804364ea0fc07a972d94d256a661e16afd4b4 /include/fuse.h | |
parent | feed2061ceb2b96b99871338e1a17de35578f24b (diff) | |
parent | 3091dd06ee5240c9332432e644e9637c77fea700 (diff) | |
download | libfuse-4600e52e831d05e31fc54e666ff729bcab054017.tar.gz |
Merge pull request #24 from jblumsch/doc-statfs-frsize
doc fix: The f_frsize field is not ignored by the statfs operation
Diffstat (limited to 'include/fuse.h')
-rw-r--r-- | include/fuse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h index e16104c..05dd240 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -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 |