Files
android_kernel_xiaomi_sm8450/fs/ext4
Lukas Czerner 1a66c7c3be 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>
2014-04-18 10:41:52 -04:00
..
2013-08-28 14:47:06 -04:00
2012-12-10 16:30:43 -05:00
2014-02-20 13:32:10 -05:00
2014-04-01 17:08:44 +02:00
2012-12-10 16:30:43 -05:00