public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Niv Sardi <xaiki@cxhome.ath.cx>
To: Barry Naujok <bnaujok@sgi.com>
Cc: "xfs@oss.sgi.com" <xfs@oss.sgi.com>
Subject: Re: [REVIEW] fix mkfs.xfs agcount between 64 and 128MB
Date: Mon, 25 Feb 2008 15:21:25 +1100	[thread overview]
Message-ID: <ncc8x19y8ca.fsf@sgi.com> (raw)
In-Reply-To: <op.t61916fp3jf8g2@pc-bnaujok.melbourne.sgi.com> (Barry Naujok's message of "Mon, 25 Feb 2008 14:45:32 +1100")

[-- Attachment #1: Type: text/plain, Size: 25 bytes --]


What's wrong with this:

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: mkfs.diff --]
[-- Type: text/x-diff, Size: 376 bytes --]

diff --git a/xfsprogs/mkfs/xfs_mkfs.c b/xfsprogs/mkfs/xfs_mkfs.c
index e15d667..13884f9 100644
--- a/xfsprogs/mkfs/xfs_mkfs.c
+++ b/xfsprogs/mkfs/xfs_mkfs.c
@@ -422,7 +422,7 @@ calc_default_ag_geometry(
 		count = 1;
 		goto done;
 	} else if (dblocks < MEGABYTES(128, blocklog)) {
-		blocks = MEGABYTES(16, blocklog);
+		blocks = MEGABYTES(32, blocklog);
 		goto done;
 	}
 

[-- Attachment #3: Type: text/plain, Size: 15 bytes --]


-- 
Niv Sardi

  reply	other threads:[~2008-02-25  4:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-25  3:45 [REVIEW] fix mkfs.xfs agcount between 64 and 128MB Barry Naujok
2008-02-25  4:21 ` Niv Sardi [this message]
2008-02-25  4:44   ` Barry Naujok
2008-02-25  7:03 ` [REVIEW #2] fix mkfs.xfs agcount between 16 " Barry Naujok
2008-02-25  7:11   ` [REVIEW #3] " Barry Naujok
2008-02-26  0:47     ` Niv Sardi

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=ncc8x19y8ca.fsf@sgi.com \
    --to=xaiki@cxhome.ath.cx \
    --cc=bnaujok@sgi.com \
    --cc=xfs@oss.sgi.com \
    /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