Whamcloud - gitweb
mke2fs: Remove 2.4 kernel warning for blocksizes > 4096 bytes
authorTheodore Ts'o <tytso@mit.edu>
Fri, 22 Feb 2008 20:03:49 +0000 (15:03 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 22 Feb 2008 20:03:49 +0000 (15:03 -0500)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs.c

index 96edacc..9993566 100644 (file)
@@ -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);