]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Create new filesystems with hash trees and on-line resizing as the default.
authorTheodore Ts'o <tytso@mit.edu>
Tue, 23 May 2006 02:15:18 +0000 (22:15 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 23 May 2006 02:15:18 +0000 (22:15 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/ChangeLog
misc/mke2fs.conf

index a965950e86bfb381d76d1b51141ae1b3c1b7c4e3..e1595774f798c1a0293523cc7af162fbcfa0bbbe 100644 (file)
@@ -1,5 +1,8 @@
 2006-05-22  Theodore Tso  <tytso@mit.edu>
 
+       * mke2fs.conf: Make new filesystems with the following features
+               by default: dir_index and resize_inode.
+
        * mke2fs.conf.5.in: Fix spelling mistakes (Addresses Debian Bug:
                #368394)
 
index b755c8911b0dd04e82f75ef2d047f33d851fe14d..9e59123e9076b1983aad90bfbe34290ae38a596a 100644 (file)
@@ -1,5 +1,5 @@
 [defaults]
-       base_features = sparse_super,filetype
+       base_features = sparse_super,filetype,resize_inode,dir_index
        blocksize = 4096
        inode_ratio = 8192