Whamcloud - gitweb
e2fsck: fix handling of duplicate blocks with bigalloc file systems
authorTheodore Ts'o <tytso@mit.edu>
Mon, 28 Nov 2011 16:00:48 +0000 (11:00 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 28 Nov 2011 16:00:48 +0000 (11:00 -0500)
commitb23f2f4de0c427a8488d095adb06d3c0f38dfb0a
tree72373ef63eed7010b3b87c7c54f1acd95b86be3d
parent2f7d855c632a5dd507669abc90ec452635a4a248
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>
e2fsck/pass1b.c