]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
nvme: rename nvme_validate_ns to nvme_validate_or_alloc_ns
authorChristoph Hellwig <hch@lst.de>
Mon, 28 Sep 2020 07:42:17 +0000 (09:42 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 7 Oct 2020 05:56:17 +0000 (07:56 +0200)
commiteba9bcf7fef0c4a880245b9a261186a879742355
treeb9584f271f85540b8881a959938263e3675ee932
parentd525c3c023221619748d1e758e5a26daa775f822
nvme: rename nvme_validate_ns to nvme_validate_or_alloc_ns

Use a slightly more descriptive name to enable reusing nvme_validate_ns
in the next patch for a lower level function.

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