From a4e4a654846dfc4c1b4b080ad850b223da1a886c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 20 Oct 2009 17:49:50 +0200 Subject: clarify in comment Signed-off-by: Denys Vlasenko --- util-linux/mkfs_ext2.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'util-linux') diff --git a/util-linux/mkfs_ext2.c b/util-linux/mkfs_ext2.c index f3359c5fa..3f4f5c6e3 100644 --- a/util-linux/mkfs_ext2.c +++ b/util-linux/mkfs_ext2.c @@ -332,9 +332,10 @@ int mkfs_ext2_main(int argc UNUSED_PARAM, char **argv) if ((1 == ngroups) && remainder && (remainder < overhead)) bb_error_msg_and_die("way small device"); // Standard mke2fs uses 50. Looks like a bug in our calculation - // of "remainder" or "overhead" - we dont match standard mke2fs - // when we transition from one group to two groups (a bit after 8M - // image size) and for two->three groups transition (at 16M) too. + // of "remainder" or "overhead" - we don't match standard mke2fs + // when we transition from one group to two groups + // (a bit after 8M image size), but it works for two->three groups + // transition (at 16M). if (remainder && (remainder < overhead + 50)) { //bb_info_msg("CHOP[%u]", remainder); nblocks -= remainder; -- cgit v1.2.3