summaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
diff options
context:
space:
mode:
authorLukas Czerner2014-04-18 16:41:52 +0200
committerTheodore Ts'o2014-04-18 16:41:52 +0200
commit1a66c7c3bea52ba0f7596b8940d74fce75281d16 (patch)
tree6fe5d06b204b66cae24d572de0dd9c5979b897ac /fs/hfsplus
parentext4: use truncate_pagecache() in collapse range (diff)
downloadkernel-qcow2-linux-1a66c7c3bea52ba0f7596b8940d74fce75281d16.tar.gz
kernel-qcow2-linux-1a66c7c3bea52ba0f7596b8940d74fce75281d16.tar.xz
kernel-qcow2-linux-1a66c7c3bea52ba0f7596b8940d74fce75281d16.zip
ext4: use filemap_write_and_wait_range() correctly in collapse range
Currently we're passing -1 as lend argumnet for filemap_write_and_wait_range() which is wrong since lend is signed type so it would cause some confusion and we might not write_and_wait for the entire range we're expecting to write. Fix it by using LLONG_MAX instead. Signed-off-by: Lukas Czerner <lczerner@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/hfsplus')
0 files changed, 0 insertions, 0 deletions