summaryrefslogtreecommitdiff
path: root/fs/nilfs2
diff options
context:
space:
mode:
authorLukas Czerner <lczerner@redhat.com>2014-04-18 14:43:21 (GMT)
committerTheodore Ts'o <tytso@mit.edu>2014-04-18 14:43:21 (GMT)
commit2c1d23289bc2f7cfa358bc856b87a992dcb11ad5 (patch)
tree9ad212ad5d9082eaac42beced6115a46c03c6818 /fs/nilfs2
parent1a66c7c3bea52ba0f7596b8940d74fce75281d16 (diff)
downloadlinux-2c1d23289bc2f7cfa358bc856b87a992dcb11ad5.tar.xz
ext4: fix removing status extents in ext4_collapse_range()
Currently in ext4_collapse_range() when calling ext4_es_remove_extent() to remove status extents we're passing (EXT_MAX_BLOCKS - punch_start - 1) in order to remove all extents from start of the collapse range to the end of the file. However this is wrong because we might miss the possible extent covering the last block of the file. Fix it by removing the -1. Signed-off-by: Lukas Czerner <lczerner@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Reviewed-by: Namjae Jeon <namjae.jeon@samsung.com>
Diffstat (limited to 'fs/nilfs2')
0 files changed, 0 insertions, 0 deletions