commit | 81cae650b7356ce493f93a33370d6a8c00f5948e | [log] [tgz] |
---|---|---|
author | Jim Garlick <garlick@llnl.gov> | Fri Apr 20 08:14:27 2007 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Apr 20 08:14:27 2007 -0400 |
tree | 591ac86a4aa0422517442d351e4fd07cf6aa5c12 | |
parent | d362a3fb7ec1a2b46601f55f4dbae83563c27717 [diff] |
e2fsck: Count the root directory as found if it has shared blocks in pass1c Another small bug I think: if the root directory contains shared blocks, e2fsck pass1c search_dirent_proc() will be looking for one more containing directory than it will ever find, and thus loses an opportunity to terminate early. Signed-off-by: Jim Garlick <garlick@llnl.gov>