Whamcloud - gitweb
Add "big" and "huge" types to mke2fs.conf
authorTheodore Ts'o <tytso@mit.edu>
Tue, 4 Oct 2011 03:46:17 +0000 (23:46 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 Oct 2011 03:46:17 +0000 (23:46 -0400)
mke2fs attempts to use the "big" and "huge" types, and now that mke2fs
will complain if there are file system types which are undefined,
let's add definitions for them.

Thanks to Richard Jones for reporting this problem.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/mke2fs-hurd.conf
misc/mke2fs.conf

index 52ed7e5..4f0527d 100644 (file)
        floppy = {
                inode_ratio = 8192
        }
+       big = {
+               inode_ratio = 32768
+       }
+       huge = {
+               inode_ratio = 65536
+       }
        news = {
                inode_ratio = 4096
        }
index 775e046..0871f77 100644 (file)
                inode_size = 128
                inode_ratio = 8192
        }
+       big = {
+               inode_ratio = 32768
+       }
+       huge = {
+               inode_ratio = 65536
+       }
        news = {
                inode_ratio = 4096
        }