]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
Fix e2fsck's check_is_really_dir logic
authorTheodore Ts'o <tytso@mit.edu>
Sat, 14 Apr 2007 16:01:39 +0000 (12:01 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 14 Apr 2007 16:01:39 +0000 (12:01 -0400)
commit0eeb15493755329fe4d85be913d5eff657cefec3
tree21e6d7513be47bae50cc8012c3d286a7ac40c3e1
parente94bc631648299dca43a6015520b18f6232d50df
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>
e2fsck/ChangeLog
e2fsck/pass1.c