nvme-pci: replace NVME_MAX_KB_SZ with NVME_MAX_BYTE
authorChristoph Hellwig <hch@lst.de>
Wed, 25 Jun 2025 11:35:04 +0000 (13:35 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 30 Jun 2025 21:50:53 +0000 (15:50 -0600)
commit16353f1b0e084083610ef5c535d2ced419cf21b7
tree469027d5d23cda1ce24bcfbb323f5b0ee5834487
parent7ce3c1dd78fca86ea8b9aee370db10c7a8cfc3c2
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: Keith Busch <kbusch@kernel.org>
Reviewed-by: Daniel Gomez <da.gomez@samsung.com>
Reviewed-by: Leon Romanovsky <leonro@nvidia.com>
Link: https://lore.kernel.org/r/20250625113531.522027-8-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/nvme/host/pci.c