Whamcloud - gitweb
mke2fs: Remove warning for inode_size > 128 bytes
authorTheodore Ts'o <tytso@mit.edu>
Fri, 22 Feb 2008 20:04:37 +0000 (15:04 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 22 Feb 2008 20:40:37 +0000 (15:40 -0500)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs.c
tests/m_large_file/expect.1

index 9993566..a5eb4ee 100644 (file)
@@ -1490,10 +1490,6 @@ static void PRS(int argc, char *argv[])
                                blocksize);
                        exit(1);
                }
-               if (inode_size != EXT2_GOOD_OLD_INODE_SIZE)
-                       fprintf(stderr, _("Warning: %d-byte inodes not usable "
-                               "on older systems\n"),
-                               inode_size);
                fs_param.s_inode_size = inode_size;
        }
 
index 2323eac..6a6c856 100644 (file)
@@ -1,4 +1,3 @@
-Warning: 256-byte inodes not usable on older systems
 Filesystem label=
 OS type: Linux
 Block size=4096 (log=2)