commit | 0eeb15493755329fe4d85be913d5eff657cefec3 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Apr 14 12:01:39 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Apr 14 12:01:39 2007 -0400 |
tree | 21e6d7513be47bae50cc8012c3d286a7ac40c3e1 | |
parent | e94bc631648299dca43a6015520b18f6232d50df [diff] |
Fix e2fsck's check_is_really_dir logic Fix a typo which could cause e2fsck to throw an I/O error while doubling checking whether or not a special device file was really an inode. Also, don't do this tests on symbolic links since for filesystems with a large numbers of symlinks it could degrade performance and increases the risk for false positives. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>