Skip to content

Commit

Permalink
writeback: switch wakeup_flusher_threads() to cyclic writeback
Browse files Browse the repository at this point in the history
We're writing back the full range of dirty pages on the devices,
there's no point in making this special and not do normal range
cyclic writeback.

Reviewed-by: Jan Kara <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
axboe committed Oct 3, 2017
1 parent 9ba4b2d commit d31cd9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/fs-writeback.c
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,7 @@ void wakeup_flusher_threads(enum wb_reason reason)

list_for_each_entry_rcu(wb, &bdi->wb_list, bdi_node)
wb_start_writeback(wb, wb_split_bdi_pages(wb, nr_pages),
false, reason);
true, reason);
}
rcu_read_unlock();
}
Expand Down

0 comments on commit d31cd9d

Please sign in to comment.