]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nvme-pci: rename the descriptor pools
authorChristoph Hellwig <hch@lst.de>
Mon, 12 May 2025 15:13:33 +0000 (17:13 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 20 May 2025 03:34:27 +0000 (05:34 +0200)
commit357b536b3633afc174905f791cc00fd9fd2932b0
treeaea9a3aa08f13346ef718d28638859f4027f6ff9
parent1755b32516bb42123b0030080226d6079999621d
nvme-pci: rename the descriptor pools

They are used for both PRPs and SGLs, and we use descriptor elsewhere
when referring to their allocations, so use that name here as well.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <kbusch@kernel.org>
Reviewed-by: Kanchan Joshi <joshi.k@samsung.com>
Reviewed-by: Caleb Sander Mateos <csander@purestorage.com>
Reviewed-by: Leon Romanovsky <leon@kernel.org>
drivers/nvme/host/pci.c