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)
commit61ce339f19fabbc3e51237148a7ef6f2270e44fa
tree9136672fdcde792e8f69d412a7929f595e32a535
parentf46ef9e87c9e8941b7acee45611c7c6a322592bb
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