commit | 0ea910997b3c2ba09b65b852b9bb4dd7b4d68999 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Aug 17 23:14:30 2008 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Aug 17 23:14:30 2008 -0400 |
tree | 7e0b30be47bd94c5246d545eb5ddbfe66410cc4c | |
parent | 3ec7be439ab8fafb7b82632948e0adb067dde6ab [diff] |
e2fsck: fix spurious complaints about i_size caused by preallocated blocks For inodes with blocks preallocated with FALLOC_FL_KEEP_SIZE, e2fsck complained about i_size being too small. Fix this. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>