commit | 3d51ff876e707248a26031beb80ce29c395cd51e | [log] [tgz] |
---|---|---|
author | Jim Garlick <garlick@llnl.gov> | Tue Apr 10 22:55:09 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Apr 10 22:55:09 2007 -0400 |
tree | fcdcab8cb50c9f4781765092f11f6e6c7f138aa5 | |
parent | a4ea6b98f3c853d70bc08e01ce098c287c2ffd4c [diff] |
e2fsck: pass1c terminates early if hard links I think this is a small buglet in e2fsck: if a file has multiple hard links, e2fsck pass1c search_dirent_proc() doesn't maintain its count properly and may return DIRENT_ABORT before it has found containing directories for all inodes sharing blocks. Signed-off-by: Jim Garlick <garlick@llnl.gov> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>