From: Jens Axboe Date: Fri, 19 Jan 2007 00:59:30 +0000 (+1100) Subject: cfq-iosched: don't pass in queue for cfq_arm_slice_timer() X-Git-Tag: v2.6.21-rc1~274^2~218 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1792669cc1acc2069869b7ca41a0195240de05e0;p=pandora-kernel.git cfq-iosched: don't pass in queue for cfq_arm_slice_timer() 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 --- Reading git-diff-tree failed