diff options
author | Tejun Heo <tj@kernel.org> | 2011-12-13 18:33:40 -0500 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2011-12-13 18:33:40 -0500 |
commit | 1238033c79e92e5c315af12e45396f1a78c73dec (patch) | |
tree | 0f205155f811930f0cf43716e56fa57ea1f792b9 /include/linux/iocontext.h | |
parent | b50b636bce6293fa858cc7ff6c3ffe4920d90006 (diff) |
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>
Diffstat (limited to 'include/linux/iocontext.h')
-rw-r--r-- | include/linux/iocontext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/iocontext.h b/include/linux/iocontext.h index 01e863128780..b2b75a54f252 100644 --- a/include/linux/iocontext.h +++ b/include/linux/iocontext.h | |||
@@ -20,7 +20,6 @@ enum { | |||
20 | }; | 20 | }; |
21 | 21 | ||
22 | struct cfq_io_context { | 22 | struct cfq_io_context { |
23 | void *key; | ||
24 | struct request_queue *q; | 23 | struct request_queue *q; |
25 | 24 | ||
26 | struct cfq_queue *cfqq[2]; | 25 | struct cfq_queue *cfqq[2]; |