From 34658361cfdc0bb1095c1d0c8ab9dfc4877404b7 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 22 Feb 2008 15:03:49 -0500 Subject: [PATCH] mke2fs: Remove 2.4 kernel warning for blocksizes > 4096 bytes Signed-off-by: "Theodore Ts'o" --- misc/mke2fs.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/misc/mke2fs.c b/misc/mke2fs.c index 96edacc3..9993566d 100644 --- a/misc/mke2fs.c +++ b/misc/mke2fs.c @@ -1472,12 +1472,6 @@ static void PRS(int argc, char *argv[]) } } - if ((blocksize > 4096) && - (fs_param.s_feature_compat & EXT3_FEATURE_COMPAT_HAS_JOURNAL)) - fprintf(stderr, _("\nWarning: some 2.4 kernels do not support " - "blocksizes greater than 4096\n\tusing ext3. " - "Use -b 4096 if this is an issue for you.\n\n")); - if (inode_size == 0) { profile_get_integer(profile, "defaults", "inode_size", NULL, 0, &inode_size); -- 2.11.0