commit | 71780577306fd1e76c7a92e3b308db624d03adb9 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Sep 28 00:06:20 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Sep 28 00:06:20 2009 -0400 |
tree | 37c6dac6475dedbef288a11765f9c6733b526fa8 | |
parent | 1693918e0b6988cf5eb93b7da34f30e94360a379 [diff] |
ext4: Fix hueristic which avoids group preallocation for closed files The hueristic was designed to avoid using locality group preallocation when writing the last segment of a closed file. Fix it by move setting size to the maximum of size and isize until after we check whether size == isize. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>