aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2016-05-29 20:48:54 -0400
committerTheodore Ts'o <tytso@mit.edu>2016-05-29 21:52:52 -0400
commit749f07121d9c98c317987a87f44c458745f39f15 (patch)
tree521f98c9e7fe62598baf300b94d8b3ea0debead4 /util
parenta701823a31505c5765d327d02bb14aa43fc34ae5 (diff)
downloadandroid_external_e2fsprogs-749f07121d9c98c317987a87f44c458745f39f15.tar.gz
android_external_e2fsprogs-749f07121d9c98c317987a87f44c458745f39f15.tar.bz2
android_external_e2fsprogs-749f07121d9c98c317987a87f44c458745f39f15.zip
Add configure --disable-tdb which disables e2fsck's scratch_files feature
The scratch_files feature is not really needed except on 32-bit platforms, since tdb's performance is pretty awful given how we are using it. Maybe SQLite would be faster, but for 64-bit platforms, enabling swap works fairly well, especially using the rbtree for the bitmap abstraction. We leave tdb for Android since it's unlikely that someone will be trying to connect petabyte+ sized file systems to a mobile handset. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'util')
-rw-r--r--util/subst.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/subst.conf.in b/util/subst.conf.in
index 0e074d85..ada11e79 100644
--- a/util/subst.conf.in
+++ b/util/subst.conf.in
@@ -18,3 +18,5 @@ $prefix @prefix@
# Enable the documentation for the journal device mke2fs, tune2fs, and
# e2fsck's man page
JDEV
+# Enable the documentation for the tdb profile in e2fsck.conf's man page
+TDB_MAN_COMMENT @TDB_MAN_COMMENT@