Re: [PATCH 1/2] RDMA/rtrs-clt: Use the bitmap API to allocate bitmaps

From: Leon Romanovsky
Date: Mon Jul 18 2022 - 05:04:23 EST


On Fri, Jul 08, 2022 at 06:47:27PM +0200, Christophe JAILLET wrote:
> Use bitmap_zalloc()/bitmap_free() instead of hand-writing them.
>
> It is less verbose and it improves the semantic.
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@xxxxxxxxxx>
> ---
> drivers/infiniband/ulp/rtrs/rtrs-clt.c | 7 +++----
> 1 file changed, 3 insertions(+), 4 deletions(-)
>

Thanks, applied