[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)
commitbb37b94c68e7b37eecea8576039ae9396ca07839
tree0b5dcbb3abb7710789d401126431f6f4dfe89e3a
parent0e75f9063f5c55fb0b0b546a7c356f8ec186825e
[BLOCK] Cleanup unused variable passing

- ->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>
block/as-iosched.c
block/cfq-iosched.c
block/deadline-iosched.c
block/elevator.c
block/noop-iosched.c
include/linux/elevator.h