Re: [PATCH 08/10] dmapool: cleanup dma_pool_destroy

From: Keith Busch
Date: Tue May 31 2022 - 17:40:37 EST


On Tue, May 31, 2022 at 02:22:21PM -0400, Tony Battersby wrote:
> +static void pool_free_page(struct dma_pool *pool,
> + struct dma_page *page,
> + bool destroying_pool)

'destroying_pool' is always true, so I don't think you need it.