commit | fdbdea09b87dbd8e39c23286f22653e7641599ae | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Jun 02 04:26:26 2001 +0000 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Jun 02 04:26:26 2001 +0000 |
tree | d963c7757a44e5e58d3aca97edc788c0b99a724a | |
parent | f36d14f5f0c9b97f52fdc2047179457d6fe2c52d [diff] |
ChangeLog, pass1.c, pass2.c, problem.c, problem.h: pass1.c (mark_inode_bad): Replace alloc_bad_map with a function which sets the bit in the bad inode bitmap. (e2fsck_pass1): Check for fast symlinks with an invalid size, and set the bad inode map in that case. pass2.c (e2fsck_process_bad_inode): Check for fast symlinks with an invalid size and prompt the user if the inode should be cleared. problem.h, problem.c (PR_2_SYMLINK_SIZE): Added new problem code.