[PATCH] 01/05 Implement generic dispatch queue
authorTejun Heo <htejun@gmail.com>
Thu, 20 Oct 2005 14:23:44 +0000 (16:23 +0200)
committerJens Axboe <axboe@nelson.home.kernel.dk>
Fri, 28 Oct 2005 06:44:24 +0000 (08:44 +0200)
Implements generic dispatch queue which can replace all
dispatch queues implemented by each iosched.  This reduces
code duplication, eases enforcing semantics over dispatch
queue, and simplifies specific ioscheds.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jens Axboe <axboe@suse.de>

No differences found