summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorRobin Murphy <robin.murphy@arm.com>2016-11-11 18:35:46 +0000
committerJoerg Roedel <jroedel@suse.de>2016-11-15 12:39:52 +0100
commit62280cf2e8bb46d14b47b198720ab2d69b43faf7 (patch)
tree7134cc1db3960d9f5912244d05fbbac90e37496a /fs
parent5d1d43b0f6231cfffde61f8774283f170c040776 (diff)
downloadlinux-62280cf2e8bb46d14b47b198720ab2d69b43faf7.tar.bz2
iommu/iova: Extend cached node lookup condition
When searching for a free IOVA range, we optimise the tree traversal by starting from the cached32_node, instead of the last node, when limit_pfn is equal to dma_32bit_pfn. However, if limit_pfn happens to be smaller, then we'll go ahead and start from the top even though dma_32bit_pfn is still a more suitable upper bound. Since this is clearly a silly thing to do, adjust the lookup condition appropriately. Signed-off-by: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions