nvmet: fix Identify Identification Descriptor List handling
authorChristoph Hellwig <hch@lst.de>
Wed, 15 Mar 2023 14:13:35 +0000 (15:13 +0100)
committerChristoph Hellwig <hch@lst.de>
Thu, 13 Apr 2023 06:55:04 +0000 (08:55 +0200)
commit2f17f42c7f52a34abff2c92766806b58ea142c23
treef9cb5c0d82b2c841d44220f50df65cf6d9756b31
parent145f0dbb8aac48f2e3abd4bd09582c78afef07a7
nvmet: fix Identify Identification Descriptor List handling

The Identification Descriptor List CNS value does not check the CSI
value, so remove the code trying to handle it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/nvme/target/admin-cmd.c