From: Jan Blumschein Date: Wed, 9 Mar 2016 18:35:32 +0000 (+0100) Subject: fuse.h doc fix: The f_frsize field is not ignored by the statfs operation. X-Git-Tag: fuse-3.0.0pre0~47^2~2^2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3091dd06ee5240c9332432e644e9637c77fea700;p=qemu-gpiodev%2Flibfuse.git 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). --- 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