netfilter: ipvs: Use the bitmap API to allocate bitmaps
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Mon, 4 Jul 2022 19:24:46 +0000 (21:24 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Wed, 20 Jul 2022 22:55:39 +0000 (00:55 +0200)
commit5787db7c905323cb303a7c39d15fb2067e948adf
treee1549ba7c6a726ad39beb288d31cd08cec5e8646
parent9d2f00fb0a0ce0d1127e54cac5217b6517ab0d54
netfilter: ipvs: Use the bitmap API to allocate bitmaps

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@wanadoo.fr>
Acked-by: Julian Anastasov <ja@ssi.bg>
Acked-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/ipvs/ip_vs_mh.c