nvme: update the known admin effects
authorChristoph Hellwig <hch@lst.de>
Fri, 25 Sep 2020 06:34:43 +0000 (08:34 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 7 Oct 2020 05:56:19 +0000 (07:56 +0200)
commit75eb779ee0d343d1eb6d8c19205bc76a1d3ba2ed
tree8d9da40850ba83068d9f6f6639fc9e3a36464c00
parent658d9f7c2c7044f9978623e7f429b85bbb7553a3
nvme: update the known admin effects

A Format NVM command can change the capabilities of namespaces, while
Sanitize does change the Logical Block Content and must be serialized.

Also remove CSUPP bit for Format - it is not a mandatory command,
and we don't check for the bit anyway.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com>
drivers/nvme/host/core.c