linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] xfs_io: stat: fix typo in statfs->f_flags
@ 2017-11-17 19:54 jeffm
  2017-11-17 19:54 ` [PATCH 2/2] xfs_io: stat: treat statfs.f_flags as optional jeffm
  2017-11-20 17:48 ` [PATCH 1/2] xfs_io: stat: fix typo in statfs->f_flags Eric Sandeen
  0 siblings, 2 replies; 6+ messages in thread
From: jeffm @ 2017-11-17 19:54 UTC (permalink / raw)
  To: linux-xfs; +Cc: Jeff Mahoney

From: Jeff Mahoney <jeffm@suse.com>

The field name is f_flags.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
---
 io/stat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/io/stat.c b/io/stat.c
index 060ff833..6ab10abf 100644
--- a/io/stat.c
+++ b/io/stat.c
@@ -199,7 +199,7 @@ statfs_f(
 		printf(_("statfs.f_bavail = %lld\n"), (long long) st.f_bavail);
 		printf(_("statfs.f_files = %lld\n"), (long long) st.f_files);
 		printf(_("statfs.f_ffree = %lld\n"), (long long) st.f_ffree);
-		printf(_("statfs.f_fflags = 0x%llx\n"), (long long) st.f_flags);
+		printf(_("statfs.f_flags = 0x%llx\n"), (long long) st.f_flags);
 	}
 	if (file->flags & IO_FOREIGN)
 		return 0;
-- 
2.14.2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-11-20 18:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-17 19:54 [PATCH 1/2] xfs_io: stat: fix typo in statfs->f_flags jeffm
2017-11-17 19:54 ` [PATCH 2/2] xfs_io: stat: treat statfs.f_flags as optional jeffm
2017-11-20 17:54   ` Eric Sandeen
2017-11-20 18:10     ` Eric Sandeen
2017-11-20 18:13       ` Jeff Mahoney
2017-11-20 17:48 ` [PATCH 1/2] xfs_io: stat: fix typo in statfs->f_flags Eric Sandeen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).