]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
statfs.2: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 20 Apr 2020 08:04:58 +0000 (10:04 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 20 Apr 2020 08:04:58 +0000 (10:04 +0200)
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/statfs.2

index 276ce2061d72cdb3e7dd6e51598b450065cda874..a0a64714e49f8fd4cb5459d712c54069e5f64b30 100644 (file)
@@ -54,8 +54,8 @@ struct statfs {
     fsblkcnt_t f_bfree;   /* Free blocks in filesystem */
     fsblkcnt_t f_bavail;  /* Free blocks available to
                              unprivileged user */
-    fsfilcnt_t f_files;   /* Total file nodes in filesystem */
-    fsfilcnt_t f_ffree;   /* Free file nodes in filesystem */
+    fsfilcnt_t f_files;   /* Total inodes in filesystem */
+    fsfilcnt_t f_ffree;   /* Free inodes in filesystem */
     fsid_t     f_fsid;    /* Filesystem ID */
     __fsword_t f_namelen; /* Maximum length of filenames */
     __fsword_t f_frsize;  /* Fragment size (since Linux 2.6) */