commit | 40024fdbafdf3875a0950e8fee5dd8bf69ea6b6c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon May 14 10:55:09 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon May 14 10:55:09 2012 -0400 |
tree | 7c41e39c8acb9cf173700119dbb26da332a044c2 | |
parent | ce10c313e618826544779ec26432a6ffb0cbb684 [diff] |
libext2fs: fix bug in unix_io corrupted > 16TB file systems on 32-bit systems The code was assuming that "unsigned long" was 64-bit, which of course it isn't on 32-bit systems. This caused blocks to get written to the wrong place. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>