]> git.baikalelectronics.ru Git - kernel.git/commit
nvme-pci: set min_align_mask before calculating max_hw_sectors
authorRishabh Bhatnagar <risbhat@amazon.com>
Tue, 20 Sep 2022 19:19:32 +0000 (19:19 +0000)
committerChristoph Hellwig <hch@lst.de>
Tue, 27 Sep 2022 07:22:07 +0000 (09:22 +0200)
commit8676bae5d0cc4af458c13859088b9a1c1d61975a
tree9136672fdcde792e8f69d412a7929f595e32a535
parent165ff3b64e85ef7ed8fd703b5d6da1e5dc5b2c2c
nvme-pci: set min_align_mask before calculating max_hw_sectors

If swiotlb is force enabled dma_max_mapping_size ends up calling
swiotlb_max_mapping_size which takes into account the min align mask for
the device.  Set the min align mask for nvme driver before calling
dma_max_mapping_size while calculating max hw sectors.

Signed-off-by: Rishabh Bhatnagar <risbhat@amazon.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/pci.c