[PATCH] Add blk_start_queueing() helper
authorJens Axboe <axboe@suse.de>
Thu, 20 Jul 2006 12:54:05 +0000 (14:54 +0200)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Sat, 30 Sep 2006 18:29:40 +0000 (20:29 +0200)
commitdc72ef4ae35c2016fb594bcc85ce871376682174
treec0c78879addf0d65adcc8f8cce01165fa2502dac
parent981a79730d586335ef8f942c83bdf2b1de6d4e3d
[PATCH] Add blk_start_queueing() helper

CFQ implements this on its own now, but it's really block layer
knowledge. Tells a device queue to start dispatching requests to
the driver, taking care to unplug if needed. Also fixes the issue
where as/cfq will invoke a stopped queue, which we really don't
want.

Signed-off-by: Jens Axboe <axboe@suse.de>
block/as-iosched.c
block/cfq-iosched.c
block/ll_rw_blk.c
include/linux/blkdev.h