linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: jeffm@suse.com
To: linux-xfs@vger.kernel.org
Cc: Jeff Mahoney <jeffm@suse.com>
Subject: [PATCH 1/2] xfs_io: stat: fix typo in statfs->f_flags
Date: Fri, 17 Nov 2017 14:54:56 -0500	[thread overview]
Message-ID: <20171117195457.16218-1-jeffm@suse.com> (raw)

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


             reply	other threads:[~2017-11-17 19:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-17 19:54 jeffm [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171117195457.16218-1-jeffm@suse.com \
    --to=jeffm@suse.com \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).