summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/filemap.c')
-rw-r--r--mm/filemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c
index 155370fc87f2..90a9f261f85f 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -519,7 +519,7 @@ static void __filemap_fdatawait_range(struct address_space *mapping,
519 if (end_byte < start_byte) 519 if (end_byte < start_byte)
520 return; 520 return;
521 521
522 pagevec_init(&pvec, 0); 522 pagevec_init(&pvec);
523 while (index <= end) { 523 while (index <= end) {
524 unsigned i; 524 unsigned i;
525 525