summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJin Qian <jinqian@google.com>2017-07-27 11:33:12 -0700
committerJin Qian <jinqian@google.com>2017-07-27 15:58:15 -0700
commitdeb3ce28c8c080a63740bdcdae77d4a60585ca07 (patch)
tree5f38eb89f6f52520f57410614337c0b45ae0aeb7
parentfb1b7608f36bed4b940f57f298f9dc89ee24df62 (diff)
downloadextras-deb3ce28c8c080a63740bdcdae77d4a60585ca07.tar.gz
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 (cherry picked from commit 794223c633652b714db804729b5f57d3689a1f91)
-rw-r--r--ext4_utils/mke2fs.conf2
1 files changed, 1 insertions, 1 deletions
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 = {