| To: | "Barry Naujok" <bnaujok@xxxxxxx> |
|---|---|
| Subject: | Re: [REVIEW] fix mkfs.xfs agcount between 64 and 128MB |
| From: | Niv Sardi <xaiki@xxxxxxxxxxxxx> |
| Date: | Mon, 25 Feb 2008 15:21:25 +1100 |
| Cc: | "xfs@xxxxxxxxxxx" <xfs@xxxxxxxxxxx> |
| In-reply-to: | <op.t61916fp3jf8g2@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> (Barry Naujok's message of "Mon, 25 Feb 2008 14:45:32 +1100") |
| References: | <op.t61916fp3jf8g2@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> |
| Sender: | xfs-bounce@xxxxxxxxxxx |
| User-agent: | Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (i486-pc-linux-gnu) |
What's wrong with this: 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;
}
-- Niv Sardi |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [REVIEW] fix mkfs.xfs agcount between 64 and 128MB, Barry Naujok |
|---|---|
| Next by Date: | Re: [REVIEW] fix mkfs.xfs agcount between 64 and 128MB, Barry Naujok |
| Previous by Thread: | [REVIEW] fix mkfs.xfs agcount between 64 and 128MB, Barry Naujok |
| Next by Thread: | Re: [REVIEW] fix mkfs.xfs agcount between 64 and 128MB, Barry Naujok |
| Indexes: | [Date] [Thread] [Top] [All Lists] |