From: Jin Qian Date: Thu, 27 Jul 2017 18:33:12 +0000 (-0700) Subject: ext4_utils: enable uninit_bg feature for ext4 mke2fs X-Git-Tag: android-x86-8.1-r1~9^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=794223c633652b714db804729b5f57d3689a1f91;p=android-x86%2Fsystem-extras.git 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 --- 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 = {