summaryrefslogtreecommitdiff
path: root/fs/autofs4
diff options
context:
space:
mode:
authorDmitry Monakhov <dmonakhov@openvz.org>2010-04-15 14:18:43 -0400
committerTheodore Ts'o <tytso@mit.edu>2010-04-15 14:18:43 -0400
commitabb16cedd2f4b1cd1399da62ab287a065b5ce1a0 (patch)
tree49fb632335ebe9348cab2554ddae67c767790981 /fs/autofs4
parent541d2ecd36b2a2c0898d3c4f2387f6aef826e1ed (diff)
ext4: Do not zero out uninitialized extents beyond i_size
The extents code will sometimes zero out blocks and mark them as initialized instead of splitting an extent into several smaller ones. This optimization however, causes problems if the extent is beyond i_size because fsck will complain if there are uninitialized blocks after i_size as this can not be distinguished from an inode that has an incorrect i_size field. https://bugzilla.kernel.org/show_bug.cgi?id=15742 Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/autofs4')
0 files changed, 0 insertions, 0 deletions