commit | 0713ed0cde76438d05849f1537d3aab46e099475 | [log] [tgz] |
---|---|---|
author | Lukas Czerner <lczerner@redhat.com> | Mon May 27 23:32:35 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon May 27 23:32:35 2013 -0400 |
tree | 036770cd667c43ade87485d4aab5f25e90308821 | |
parent | d863dc3614e489e11808f940a612b520ce1dff91 [diff] |
ext4: Call ext4_jbd2_file_inode() after zeroing block In data=ordered mode we should call ext4_jbd2_file_inode() so that crash after the truncate transaction has committed does not expose stall data in the tail of the block. Thanks Jan Kara for pointing that out. Signed-off-by: Lukas Czerner <lczerner@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>