block, cfq: kill cic->key
Now that lazy paths are removed, cfqd_dead_key() is meaningless and cic->q can be used whereever cic->key is used. Kill cic->key. Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
@@ -20,7 +20,6 @@ enum {
|
||||
};
|
||||
|
||||
struct cfq_io_context {
|
||||
void *key;
|
||||
struct request_queue *q;
|
||||
|
||||
struct cfq_queue *cfqq[2];
|
||||
|
Reference in New Issue
Block a user