]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: rename nvme_validate_or_alloc_ns to nvme_scan_ns
authorChristoph Hellwig <hch@lst.de>
Tue, 12 Jul 2022 16:07:53 +0000 (18:07 +0200)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Aug 2022 23:22:51 +0000 (17:22 -0600)
commit9142da12187b61c43f7f4ba45984522965c88820
treeec571949a35f10eec7fc54024d2783a42eba7ab2
parent2af89d5aa954af54f61cdb236d20f1f795f33233
nvme: rename nvme_validate_or_alloc_ns to nvme_scan_ns

This shorter name much better fits what this function does in
the scanning process.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Javier González <javier.gonz@samsung.com>
Reviewed-by: Joel Granados <j.granados@samsung.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Kanchan Joshi <joshi.k@samsung.com>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/core.c