All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Sandeen <sandeen@redhat.com>
To: linux-xfs <linux-xfs@vger.kernel.org>
Subject: [PATCH] xfs_logprint: fix v3 inode formatting
Date: Fri, 12 Jan 2018 10:32:38 -0600	[thread overview]
Message-ID: <831989ff-14a7-5c22-2b9c-457033a99945@redhat.com> (raw)

Line up flags2/cowextsize line with all the others, using
tabs.

Fixes: 1fe708d60 ("xfs_logprint: support cowextsize reporting in log contents")
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---

diff --git a/logprint/log_print_all.c b/logprint/log_print_all.c
index c80bf34..cdaf77b 100644
--- a/logprint/log_print_all.c
+++ b/logprint/log_print_all.c
@@ -273,7 +273,7 @@ xlog_recover_print_inode_core(
 	       (int)di->di_forkoff, di->di_dmevmask, (int)di->di_dmstate,
 	       (int)di->di_flags, di->di_gen);
 	if (di->di_version == 3) {
-		printf(_("flags2 0x%llx cowextsize 0x%x\n"),
+		printf(_("		flags2 0x%llx cowextsize 0x%x\n"),
 			(unsigned long long)di->di_flags2, di->di_cowextsize);
 	}
 }


             reply	other threads:[~2018-01-12 16:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-12 16:32 Eric Sandeen [this message]
2018-01-12 16:45 ` [PATCH] xfs_logprint: fix v3 inode formatting Darrick J. Wong

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=831989ff-14a7-5c22-2b9c-457033a99945@redhat.com \
    --to=sandeen@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.