From 47bb592129cf217ce6da1de7bbbbf83eb61c6233 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 20 Apr 2020 10:04:58 +0200 Subject: [PATCH] statfs.2: wfix Reported-by: Helge Kreutzmann Signed-off-by: Michael Kerrisk --- man2/statfs.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/statfs.2 b/man2/statfs.2 index 276ce2061..a0a64714e 100644 --- a/man2/statfs.2 +++ b/man2/statfs.2 @@ -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) */