commit | e35d548b59e24af9f7fc18396e8880df96d1bc51 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Jan 02 18:14:42 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Jan 02 18:14:42 2009 -0500 |
tree | e55f7bac0a6a77a17de3d0e2c362c0142fdbd36a | |
parent | dd04d05f702be151d6a7312da2b64147d2751de1 [diff] |
e2fsck: Fix journal replay for block sizes greater than 8k E2fsck was using a fixed-size 8k buffer for replaying blocks from the journal. So attempts to replay a journal on filesystems greater than 8k would cause e2fsck to crash with a segfault. Thanks to Miao Xie <miaox@cn.fujitsu.com> for reporting this problem. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>