commit | b23f2f4de0c427a8488d095adb06d3c0f38dfb0a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Nov 28 11:00:48 2011 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Nov 28 11:00:48 2011 -0500 |
tree | 72373ef63eed7010b3b87c7c54f1acd95b86be3d | |
parent | 2f7d855c632a5dd507669abc90ec452635a4a248 [diff] |
e2fsck: fix handling of duplicate blocks with bigalloc file systems We need to do an accounting of duplicate clusters on a per-cluster instead of a per-block basis so we know when we've correctly accounted for all of the multiply claimed blocks in a particular inode. Thanks to Robin Dong for reporting this bug. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>