]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: don't pass struct nvme_ns to nvme_init_integrity
authorChristoph Hellwig <hch@lst.de>
Thu, 2 Nov 2017 18:28:53 +0000 (21:28 +0300)
committerJens Axboe <axboe@kernel.dk>
Sat, 11 Nov 2017 02:53:25 +0000 (19:53 -0700)
commit71b107e2ed1eeb133300f510cc41469e93e1cbb6
tree5725c77344dbce0db1127ddec279548de715cb47
parent166b71e83589eb38a8da6afae755447d1f3f0200
nvme: don't pass struct nvme_ns to nvme_init_integrity

To allow reusing this function for the multipath node.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/core.c