aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/vmscan.c')
-rw-r--r--mm/vmscan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/vmscan.c b/mm/vmscan.c
index 46be8a02280e..bc5d4f43036c 100644
--- a/mm/vmscan.c
+++ b/mm/vmscan.c
@@ -339,6 +339,8 @@ pageout_t pageout(struct page *page, struct address_space *mapping)
339 struct writeback_control wbc = { 339 struct writeback_control wbc = {
340 .sync_mode = WB_SYNC_NONE, 340 .sync_mode = WB_SYNC_NONE,
341 .nr_to_write = SWAP_CLUSTER_MAX, 341 .nr_to_write = SWAP_CLUSTER_MAX,
342 .range_start = 0,
343 .range_end = LLONG_MAX,
342 .nonblocking = 1, 344 .nonblocking = 1,
343 .for_reclaim = 1, 345 .for_reclaim = 1,
344 }; 346 };