public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfs_logprint: fix v3 inode formatting
@ 2018-01-12 16:32 Eric Sandeen
  2018-01-12 16:45 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Sandeen @ 2018-01-12 16:32 UTC (permalink / raw)
  To: linux-xfs

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);
 	}
 }


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

end of thread, other threads:[~2018-01-12 16:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-12 16:32 [PATCH] xfs_logprint: fix v3 inode formatting Eric Sandeen
2018-01-12 16:45 ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox