diff options
author | Tejun Heo | 2011-12-14 00:33:40 +0100 |
---|---|---|
committer | Jens Axboe | 2011-12-14 00:33:40 +0100 |
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 { }; struct cfq_io_context { - void *key; struct request_queue *q; struct cfq_queue *cfqq[2]; |