Re: [PATCH v10 08/12] swiotlb: Refactor swiotlb_tbl_unmap_single
Looks good, Reviewed-by: Christoph Hellwig
[PATCH v10 08/12] swiotlb: Refactor swiotlb_tbl_unmap_single
Add a new function, swiotlb_release_slots, to make the code reusable for supporting different bounce buffer pools. Signed-off-by: Claire Chang --- kernel/dma/swiotlb.c | 35 --- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/kernel/dma/swiotlb.c b