Whamcloud - gitweb
Enable e2fsck to use the tdb library for the inode count abstraction
authorTheodore Ts'o <tytso@mit.edu>
Fri, 6 Apr 2007 22:43:11 +0000 (18:43 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 6 Apr 2007 22:43:11 +0000 (18:43 -0400)
commit34b9f7963933daeb1c3fb3f21a70a1673d098154
treefc99da2f09e30a370cfcbc88ad29246bfa92c679
parent1b9d8cb7057387afae106ffa662613205f07e131
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>
e2fsck/ChangeLog
e2fsck/e2fsck.h
e2fsck/pass1.c
e2fsck/pass2.c