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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Oct 2022 10:34:23 +0000 (12:34 +0200)
commit4bdedc3b53417a86eb6d736e3331c845901e80b0
tree0832d3c7b0c9d13bb94db5ac8eb42e6fb42ad180
parent32aa0b3f0c06451cbedb00c268c836e441446d22
nvme-pci: set min_align_mask before calculating max_hw_sectors

commit 61ce339f19fabbc3e51237148a7ef6f2270e44fa upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/nvme/host/pci.c