From 794223c633652b714db804729b5f57d3689a1f91 Mon Sep 17 00:00:00 2001 From: Jin Qian Date: Thu, 27 Jul 2017 11:33:12 -0700 Subject: [PATCH] ext4_utils: enable uninit_bg feature for ext4 mke2fs Some devices have very slow storage media. This feature can speed up filesystem creation time noticeably. Bug: 63809106 Bug: 64101366 Change-Id: Id4886822035808bcb279dbf6f81989fee9cc0ace --- ext4_utils/mke2fs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext4_utils/mke2fs.conf b/ext4_utils/mke2fs.conf index b6a05c17..987b8fad 100644 --- a/ext4_utils/mke2fs.conf +++ b/ext4_utils/mke2fs.conf @@ -12,7 +12,7 @@ features = has_journal } ext4 = { - features = has_journal,extent,huge_file,flex_bg,64bit,dir_nlink,extra_isize + features = has_journal,extent,huge_file,flex_bg,64bit,dir_nlink,extra_isize,uninit_bg inode_size = 256 } ext4dev = { -- 2.11.0