nvme: remove IPI completions blk-mq-nvme
authorJens Axboe <axboe@fb.com>
Tue, 27 May 2014 23:49:54 +0000 (17:49 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 29 May 2014 15:54:27 +0000 (09:54 -0600)
commitf4ba62ceb14c636b49ddf052168206d34db0e408
treeafcaa6b887fd0fe910fc0abc6a4fbee77a8b8fb6
parent04497c3394f3220111d4274704a1ff6bdd3ceae3
nvme: remove IPI completions

We should have enough completion ports to place completions
where they need to be, so lets remove the ->complete() part
of mq_ops so that we avoid that indirection function call on
completions.

This could potentially be made conditional on the number of queues.

Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/nvme-core.c