aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Jan Blumschein <jan@jan-blumschein.de>2016-03-09 19:35:32 +0100
committerGravatar Jan Blumschein <jan@jan-blumschein.de>2016-03-09 19:35:32 +0100
commit3091dd06ee5240c9332432e644e9637c77fea700 (patch)
treebc1e270320792428765d7a5354e751abffc2f27c /include
parentb3b452ed7eb075af8b8555b72254e1e3c7cefa78 (diff)
fuse.h doc fix: The f_frsize field is not ignored by the statfs operation.
Apparently f_frsize has been passed on transparently since 2b4781100812d42e704c39c51303cd28ad3f9aa6 (Nov 28, 2005).
Diffstat (limited to 'include')
-rw-r--r--include/fuse.h2
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