From: Tejun Heo Date: Fri, 22 May 2015 21:13:52 +0000 (-0400) Subject: writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's X-Git-Tag: omap-for-v4.2/fixes-rc1^2~117^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a06fd6b102286e3b727ed42b8fb37825fa7127a2;p=pandora-kernel.git writeback: make laptop_mode_timer_fn() handle multiple bdi_writeback's For cgroup writeback support, all bdi-wide operations should be distributed to all its wb's (bdi_writeback's). This patch updates laptop_mode_timer_fn() so that it invokes wb_start_writeback() on all wb's rather than just the root one. As the intent is writing out all dirty data, there's no reason to split the number of pages to write. Signed-off-by: Tejun Heo Cc: Jens Axboe Cc: Jan Kara Signed-off-by: Jens Axboe --- Reading git-diff-tree failed