Skip to content
Snippets Groups Projects
Commit 3d39cecc authored by David Woodhouse's avatar David Woodhouse
Browse files

intel-iommu: Remove superfluous iova_alloc_lock from IOVA code


We only ever obtain this lock immediately before the iova_rbtree_lock,
and release it immediately after the iova_rbtree_lock. So ditch it and
just use iova_rbtree_lock.

[v2: Remove the lockdep bits this time too]
Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent 147202aa
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment