commit | 3d39cecc4841e8d4c4abdb401d10180f5faaded0 | [log] [tgz] |
---|---|---|
author | David Woodhouse <David.Woodhouse@intel.com> | Wed Jul 08 15:23:30 2009 +0100 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Wed Jul 15 08:17:02 2009 +0100 |
tree | 8aa51bc0e644752384c2734ecc25ea851dc919f7 | |
parent | 147202aa772329a02c6e80bc2b7a6b8dd3deac0b [diff] |
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: David Woodhouse <David.Woodhouse@intel.com>