commit | 3d6fc974831a360aee460e54c442538445f3017c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Aug 10 15:49:35 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Aug 10 16:00:17 2016 -0400 |
tree | 1a11bad7b863a26372961d6f57d8becf27c6caab | |
parent | c2c5c58593f7e4944fcf57d07e66baaf6a82b11d [diff] |
resize2fs: fix crash when there is an ea block and no blocks to migrate This fixes a bug introduced in 1.43 by commit fb47b94fffc: "resize2fs: rewrite extent/dir/ea block checksums when migrating". If there is an extended attribute block and there are no blocks that need to migrate, we will crash. The bug was caused by a botched De Morgan's transformation. Signed-off-by: Theodore Ts'o <tytso@mit.edu>