block: get rid of kblock_schedule_delayed_work()
authorJens Axboe <jens.axboe@oracle.com>
Mon, 5 Oct 2009 06:52:35 +0000 (08:52 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 5 Oct 2009 09:03:58 +0000 (11:03 +0200)
commit23e018a1b083ecb4b8bb2fb43d58e7c19b5d7959
treea6361448bd596ccef393778e6f85e29413a01213
parent48e025e63ac908ed6ec5394a294f4ecd510a7476
block: get rid of kblock_schedule_delayed_work()

It was briefly introduced to allow CFQ to to delayed scheduling,
but we ended up removing that feature again. So lets kill the
function and export, and just switch CFQ back to the normal work
schedule since it is now passing in a '0' delay from all call
sites.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/blk-core.c
block/cfq-iosched.c
include/linux/blkdev.h