git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
694c793
)
ext4: use filemap_write_and_wait_range() correctly in collapse range
author
Lukas Czerner
<lczerner@redhat.com>
Fri, 18 Apr 2014 14:41:52 +0000
(10:41 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Fri, 18 Apr 2014 14:41:52 +0000
(10:41 -0400)
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>
fs/ext4/extents.c
patch
|
blob
|
history
diff --cc
fs/ext4/extents.c
Simple merge