[BLOCK] Cleanup unused variable passing
authorJens Axboe <jens.axboe@oracle.com>
Fri, 1 Dec 2006 09:42:33 +0000 (10:42 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 1 Dec 2006 09:42:33 +0000 (10:42 +0100)
- ->init_queue() does not need the elevator passed in
- ->put_request() is a hot path and need not have the queue passed in
- cfq_update_io_seektime() does not need cfqd passed in

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>

No differences found