commit | b5be3b392998a5f3763dfbdb1866f81d8ee631c7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Nov 02 21:28:52 2017 +0300 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 10 19:53:25 2017 -0700 |
tree | 9ef223a3ac6fb378684640d34d3af62ac0bac67e | |
parent | e54b064cb24c8268252336ccdd6523e08c0dcbde [diff] |
nvme: always unregister the integrity profile in __nvme_revalidate_disk This is safe because the queue is always frozen when we revalidate, and it simplifies both the existing code as well as the multipath implementation. 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>