Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d31cd9d3 authored by Jens Axboe's avatar Jens Axboe
Browse files

writeback: switch wakeup_flusher_threads() to cyclic writeback



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: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 9ba4b2df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
}