Whamcloud - gitweb
Enable e2fsck to use the tdb library to store the dirinfo abstraction
authorTheodore Ts'o <tytso@mit.edu>
Fri, 6 Apr 2007 22:44:37 +0000 (18:44 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 6 Apr 2007 22:44:37 +0000 (18:44 -0400)
commit25a9fe2894a147f5d0d2320357f78c7ff9de09e3
treed93e08cffbf451956db2aa6a61128d22644e408c
parent34b9f7963933daeb1c3fb3f21a70a1673d098154
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>
e2fsck/ChangeLog
e2fsck/dirinfo.c