Re: [PATCH] netfilter: ipvs: Use the bitmap API to allocate bitmaps

From: Pablo Neira Ayuso
Date: Wed Jul 20 2022 - 18:58:12 EST


On Mon, Jul 04, 2022 at 09:24:46PM +0200, Christophe JAILLET wrote:
> Use bitmap_zalloc()/bitmap_free() instead of hand-writing them.
>
> It is less verbose and it improves the semantic.

Applied to nf-next, thanks