commit | bb37b94c68e7b37eecea8576039ae9396ca07839 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri Dec 01 10:42:33 2006 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Fri Dec 01 10:42:33 2006 +0100 |
tree | 0b5dcbb3abb7710789d401126431f6f4dfe89e3a | |
parent | 0e75f9063f5c55fb0b0b546a7c356f8ec186825e [diff] |
[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>