Whamcloud - gitweb
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 a965950..e159577 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 b755c89..9e59123 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