]> www.infradead.org Git - users/hch/misc.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>
Mon, 12 May 2025 15:19:49 +0000 (17:19 +0200)
commite81a8778876e7f9635f6bee1303271ae093108a9
tree166dd41388686e399db7e5332930049c1f743bea
parent15779c4474dbb1ed12206c7f07e6e284bf2a47a7
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>
drivers/nvme/host/pci.c