]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 52ed7e50e975dd26c59a458e07ab03b4824c1392..4f0527df4888ee0550696c1e86b6d2cd3b8905e4 100644 (file)
        floppy = {
                inode_ratio = 8192
        }
+       big = {
+               inode_ratio = 32768
+       }
+       huge = {
+               inode_ratio = 65536
+       }
        news = {
                inode_ratio = 4096
        }
index 775e04628216660f9882e2d7060b70ce56d07478..0871f7778734d7e4ed452486c20697c606f77de3 100644 (file)
                inode_size = 128
                inode_ratio = 8192
        }
+       big = {
+               inode_ratio = 32768
+       }
+       huge = {
+               inode_ratio = 65536
+       }
        news = {
                inode_ratio = 4096
        }