summaryrefslogtreecommitdiffstats
path: root/scripts/ver_linux
diff options
context:
space:
mode:
authorTejun Heo2015-08-18 23:54:53 +0200
committerJens Axboe2015-08-19 00:49:15 +0200
commit8a1270cda7b473c8ea71a7a44613465fe0708488 (patch)
treeb5fa8e5713271a8b16b712e14643e5213cb98883 /scripts/ver_linux
parentwriteback: bdi_for_each_wb() iteration is memcg ID based not blkcg (diff)
downloadkernel-qcow2-linux-8a1270cda7b473c8ea71a7a44613465fe0708488.tar.gz
kernel-qcow2-linux-8a1270cda7b473c8ea71a7a44613465fe0708488.tar.xz
kernel-qcow2-linux-8a1270cda7b473c8ea71a7a44613465fe0708488.zip
writeback: remove wb_writeback_work->single_wait/done
wb_writeback_work->single_wait/done are used for the wait mechanism for synchronous wb_work (wb_writeback_work) items which are issued when bdi_split_work_to_wbs() fails to allocate memory for asynchronous wb_work items; however, there's no reason to use a separate wait mechanism for this. bdi_split_work_to_wbs() can simply use on-stack fallback wb_work item and separate wb_completion to wait for it. This patch removes wb_work->single_wait/done and the related code and make bdi_split_work_to_wbs() use on-stack fallback wb_work and wb_completion instead. Signed-off-by: Tejun Heo <tj@kernel.org> Suggested-by: Jan Kara <jack@suse.cz> Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'scripts/ver_linux')
0 files changed, 0 insertions, 0 deletions