public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* small problem w/ new xfs defaults patch
@ 2008-01-21  3:46 Eric Sandeen
  2008-01-21  5:13 ` Niv Sardi
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Sandeen @ 2008-01-21  3:46 UTC (permalink / raw)
  To: xfs-oss, Niv Sardi

Index: xfsprogs-2.9.4/growfs/xfs_growfs.c
===================================================================
--- xfsprogs-2.9.4.orig/growfs/xfs_growfs.c
+++ xfsprogs-2.9.4/growfs/xfs_growfs.c
@@ -58,7 +58,6 @@ report_info(
        int             isint,
        char            *logname,
        char            *rtname,
-       int             unwritten,
        int             lazycount,
        int             dirversion,
        int             logversion,
@@ -68,7 +67,7 @@ report_info(
            "meta-data=%-22s isize=%-6u agcount=%u, agsize=%u blks\n"
            "         =%-22s sectsz=%-5u attr=%u\n"
            "data     =%-22s bsize=%-6u blocks=%llu, imaxpct=%u\n"
-           "         =%-22s sunit=%-6u swidth=%u blks, unwritten=%u\n"
+           "         =%-22s sunit=%-6u swidth=%u blks"
            "naming   =version %-14u bsize=%-6u\n"
            "log      =%-22s bsize=%-6u blocks=%u, version=%u\n"
            "         =%-22s sectsz=%-5u sunit=%u blks, lazy-count=%u\n"


couple things... you lost a "\n" off the end of the data section there...

Also, do you really want to drop reporting of unwritten extents?  Even
if you're disallowing the selection on new mkfs's there may still be
different flavors of filesystems in existence, should it still be reported?

-Eric

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

end of thread, other threads:[~2008-01-22  2:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-21  3:46 small problem w/ new xfs defaults patch Eric Sandeen
2008-01-21  5:13 ` Niv Sardi
2008-01-21  5:29   ` Eric Sandeen
2008-01-22  2:28   ` Timothy Shimmin

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