[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)
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>

No differences found