cfq-iosched: remove cfq_io_context last_queue
It hasn't been used for a while, kill it off and remove the old if 0 code chunk. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
This commit is contained in:
parent
783660b2f6
commit
aaf1228ddf
2 changed files with 2 additions and 18 deletions
|
@ -82,7 +82,6 @@ struct cfq_io_context {
|
|||
|
||||
unsigned long last_end_request;
|
||||
sector_t last_request_pos;
|
||||
unsigned long last_queue;
|
||||
|
||||
unsigned long ttime_total;
|
||||
unsigned long ttime_samples;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue