• Theodore Ts'o's avatar
    Add configure --disable-tdb which disables e2fsck's scratch_files feature · 749f0712
    Theodore Ts'o authored
    
    
    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: default avatarTheodore Ts'o <tytso@mit.edu>
    749f0712
icount.c 20.2 KB