Re: [PATCH 1/2] iommu/iova: Add rbtree entry helper

From: Joerg Roedel
Date: Thu Mar 18 2021 - 06:02:10 EST


On Fri, Mar 05, 2021 at 04:35:22PM +0000, Robin Murphy wrote:
> Repeating the rb_entry() boilerplate all over the place gets old fast.
> Before adding yet more instances, add a little hepler to tidy it up.
>
> Signed-off-by: Robin Murphy <robin.murphy@xxxxxxx>
> ---
> drivers/iommu/iova.c | 23 ++++++++++++++---------
> 1 file changed, 14 insertions(+), 9 deletions(-)

Applied both, thanks Robin.