commit | e2b4657453c0d5571bd3c7256585c486ed42d364 | [log] [tgz] |
---|---|---|
author | Eric Sandeen <sandeen@redhat.com> | Mon Jan 28 23:58:27 2008 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Jan 28 23:58:27 2008 -0500 |
tree | 5b8ab501cdf5fa7427ef32440ace56eac72e9ecf | |
parent | 19295529db35381d46dbaf246f69b4e3b3393996 [diff] |
ext4: store maxbytes for bitmapped files and return EFBIG as appropriate Calculate & store the max offset for bitmapped files, and catch too-large seeks, truncates, and writes in ext4, shortening or rejecting as appropriate. Signed-off-by: Eric Sandeen <sandeen@redhat.com>