diff options
author | Christoph Hellwig <hch@lst.de> | 2016-09-14 16:18:59 +0200 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2016-09-15 08:42:03 -0600 |
commit | 1b157939f92ae22d10b9d52baaa14f826927f5ff (patch) | |
tree | 8e0656c97a3d19bd8936e6484b91d03ed7965fac /block/blk-mq-tag.h | |
parent | b5af7f2ff022a75eb0bbf2166007c4b8ddd02ef1 (diff) | |
download | linux-stable-1b157939f92ae22d10b9d52baaa14f826927f5ff.tar.gz linux-stable-1b157939f92ae22d10b9d52baaa14f826927f5ff.tar.bz2 linux-stable-1b157939f92ae22d10b9d52baaa14f826927f5ff.zip |
blk-mq: get rid of the cpumask in struct blk_mq_tags
Unused now that NVMe sets up irq affinity before calling into blk-mq.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/blk-mq-tag.h')
-rw-r--r-- | block/blk-mq-tag.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-mq-tag.h b/block/blk-mq-tag.h index d468a79f2c4a..556964134d1c 100644 --- a/block/blk-mq-tag.h +++ b/block/blk-mq-tag.h @@ -44,7 +44,6 @@ struct blk_mq_tags { struct list_head page_list; int alloc_policy; - cpumask_var_t cpumask; }; |