cfq-iosched: don't pass in queue for cfq_arm_slice_timer()
authorJens Axboe <jens.axboe@oracle.com>
Fri, 19 Jan 2007 00:59:30 +0000 (11:59 +1100)
committerJens Axboe <axboe@carl.home.kernel.dk>
Sun, 11 Feb 2007 22:14:45 +0000 (23:14 +0100)
It must always be the active queue, otherwise it's a bug. So just
use the active_queue, don't pass it in explicitly.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
block/cfq-iosched.c

Simple merge