diff options
author | Christoph Hellwig <hch@lst.de> | 2023-03-15 15:14:31 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2023-04-13 08:55:04 +0200 |
commit | 932635356618c19317c5b306b320368525cd1961 (patch) | |
tree | 6e1b2abb34f9cd6029fce5a293a4b04357c16037 /drivers/nvme/target/zns.c | |
parent | nvmet: fix Identify Identification Descriptor List handling (diff) | |
download | linux-932635356618c19317c5b306b320368525cd1961.tar.xz linux-932635356618c19317c5b306b320368525cd1961.zip |
nvmet: rename nvmet_execute_identify_cns_cs_ns
nvmet_execute_identify_ns_zns is a more descriptive name for the
function handling the "I/O Command Set Specific Identify Namespace
Data Structure for the Zoned Namespace Command Set".
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>
Diffstat (limited to 'drivers/nvme/target/zns.c')
-rw-r--r-- | drivers/nvme/target/zns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nvme/target/zns.c b/drivers/nvme/target/zns.c index ae4d9d35e46a..5b5c1e481722 100644 --- a/drivers/nvme/target/zns.c +++ b/drivers/nvme/target/zns.c @@ -95,7 +95,7 @@ out: nvmet_req_complete(req, status); } -void nvmet_execute_identify_cns_cs_ns(struct nvmet_req *req) +void nvmet_execute_identify_ns_zns(struct nvmet_req *req) { struct nvme_id_ns_zns *id_zns = NULL; u64 zsze; |