On Wed, Apr 16, 2014 at 08:32:58PM +0200, Lukas Czerner wrote: > 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@xxxxxxxxxx> Thanks, applied. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html