commit | dc72ef4ae35c2016fb594bcc85ce871376682174 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@suse.de> | Thu Jul 20 14:54:05 2006 +0200 |
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | Sat Sep 30 20:29:40 2006 +0200 |
tree | c0c78879addf0d65adcc8f8cce01165fa2502dac | |
parent | 981a79730d586335ef8f942c83bdf2b1de6d4e3d [diff] |
[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>