]> www.infradead.org Git - users/hch/misc.git/commit
nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
authorChristoph Hellwig <hch@lst.de>
Thu, 5 Jun 2025 11:16:55 +0000 (13:16 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 17 Jun 2025 05:30:10 +0000 (07:30 +0200)
commitdde5582358cc2ad64f0c77e106ef38d2409c3c47
treeac3d5e2ff04b3f80059de6904016d2db61f56f18
parent631f4db46b632f505e96a1ee96f49381ef98a6df
nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE

Having a define in kiB units is a bit weird.  Also update the
comment now that there is not scatterlist limit.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Daniel Gomez <da.gomez@samsung.com>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
drivers/nvme/host/pci.c