From: Jens Axboe Date: Tue, 8 Apr 2014 15:17:40 +0000 (-0600) Subject: block: add kblockd_schedule_delayed_work_on() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~47^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ab14595b6dffecea264dcca2d6d9eea7c59273a;p=pandora-kernel.git block: add kblockd_schedule_delayed_work_on() Same function as kblockd_schedule_delayed_work(), but allow the caller to pass in a CPU that the work should be executed on. This just directly extends and maps into the workqueue API, and will be used to make the blk-mq mappings more strict. Signed-off-by: Jens Axboe --- Reading git-diff-tree failed