From: Theodore Ts'o Date: Tue, 23 May 2006 02:15:18 +0000 (-0400) Subject: Create new filesystems with hash trees and on-line resizing as the default. X-Git-Tag: E2FSPROGS-1_39~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c175ead3aa1fa9ea759dd74fac05a9ec08d6883d;p=thirdparty%2Fe2fsprogs.git Create new filesystems with hash trees and on-line resizing as the default. Signed-off-by: "Theodore Ts'o" --- diff --git a/misc/ChangeLog b/misc/ChangeLog index a965950e8..e1595774f 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,5 +1,8 @@ 2006-05-22 Theodore Tso + * 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) diff --git a/misc/mke2fs.conf b/misc/mke2fs.conf index b755c8911..9e59123e9 100644 --- a/misc/mke2fs.conf +++ b/misc/mke2fs.conf @@ -1,5 +1,5 @@ [defaults] - base_features = sparse_super,filetype + base_features = sparse_super,filetype,resize_inode,dir_index blocksize = 4096 inode_ratio = 8192