commit | 25a9fe2894a147f5d0d2320357f78c7ff9de09e3 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Apr 06 18:44:37 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Apr 06 18:44:37 2007 -0400 |
tree | d93e08cffbf451956db2aa6a61128d22644e408c | |
parent | 34b9f7963933daeb1c3fb3f21a70a1673d098154 [diff] |
Enable e2fsck to use the tdb library to store the dirinfo abstraction If e2fsck.conf configures a scratch_files directory which is available, and the number of directories exceeds scratch_files.numdirs_threshold, then try to use the tdb library to store the directory information abstraction. This allows us to check very large filesystems without needing as much physical memory. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>