projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3b452e
)
fuse.h doc fix: The f_frsize field is not ignored by the statfs operation.
author
Jan Blumschein
<jan@jan-blumschein.de>
Wed, 9 Mar 2016 18:35:32 +0000
(19:35 +0100)
committer
Jan 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
patch
|
blob
|
history
diff --git
a/include/fuse.h
b/include/fuse.h
index e16104c3f6152d7315ff334ef87a3cfaa5b4dcd7..05dd24066196590743e0f021c8681addee5e7832 100644
(file)
--- a/
include/fuse.h
+++ b/
include/fuse.h
@@
-222,7
+222,7
@@
struct fuse_operations {
/** Get file system statistics
*
- * The 'f_f
rsize', 'f_f
avail', '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