From c175ead3aa1fa9ea759dd74fac05a9ec08d6883d Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 22 May 2006 22:15:18 -0400 Subject: [PATCH] Create new filesystems with hash trees and on-line resizing as the default. Signed-off-by: "Theodore Ts'o" --- misc/ChangeLog | 3 +++ misc/mke2fs.conf | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.2