commit | 34b9f7963933daeb1c3fb3f21a70a1673d098154 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Apr 06 18:43:11 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Apr 06 18:43:11 2007 -0400 |
tree | fc99da2f09e30a370cfcbc88ad29246bfa92c679 | |
parent | 1b9d8cb7057387afae106ffa662613205f07e131 [diff] |
Enable e2fsck to use the tdb library for the inode count 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 inode count abstraction. This allows us to check very large filesystems without needing as much physical memory. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>