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 22:52:37 +0000
commit794223c633652b714db804729b5f57d3689a1f91 (patch)
treee0ea5e1630be7096c5b03a2bc024c293457655ac
parentd9d8c9929ba0a92b9e13396c8b3cb9051c452e33 (diff)
downloadextras-794223c633652b714db804729b5f57d3689a1f91.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
-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 = {