commit | 28db82a84a33fab19f22da12bb2a8a3c558ae97b | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Apr 04 22:33:31 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Apr 04 22:33:31 2007 -0400 |
tree | 4402b940b2570b5b098d8f5b6dd2bb78cd8da595 | |
parent | 86bc90f4f11df090f86dc764a4ea2d6dd5c13ffe [diff] |
Rework e2fsck's dirinfo abstraction to be more friendly for databases Change the iterator abstraction and replace e2fsck_get_dir_info() with e2fsck_dir_info_{set,get}_{parent,dotdot} so that we can support an on-disk dirinfo implementation. This allows e2fsck to check very large filesystems on systems with smaller amounts of memory and/or address space. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>