nvme: fix and clarify the check for missing metadata
authorChristoph Hellwig <hch@lst.de>
Tue, 7 Nov 2017 16:27:34 +0000 (17:27 +0100)
committerJens Axboe <axboe@kernel.dk>
Sat, 11 Nov 2017 02:53:25 +0000 (19:53 -0700)
commit715ea9e09dc81f18cad5ed64800f49b1c4c444df
tree3eadd248dd7ad63c25613593c8cc3a7683c3b72a
parent24b0b58c5b4a9f6f4bbd1c1efd5afb9a565da3ea
nvme: fix and clarify the check for missing metadata

Update the check in nvme_setup_rw for missing metadata so that it is
together with the other metadata handling, does not contain impossible
to reach conditions and warns if we get an impossible requests for
a (non-PI) metadata-enabled namespace when CONFIG_BLK_DEV_INTEGRITY
is not set.

Also add a little helper that checks if a given metadata configuration
contains protection information

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reported-by: Javier González <jg@lightnvm.io>
Reviewed-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/core.c