Re: [PATCH 1/4] hbitmap: drop meta bitmap leftovers

2025-05-20 Thread Eric Blake
On Tue, May 13, 2025 at 03:32:35AM +0200, Andrey Zhadchenko wrote: > API to manipulate meta bitmap was removed with commit 0c88f1970c76 > > Signed-off-by: Andrey Zhadchenko > --- > util/hbitmap.c | 17 ++--- > 1 file changed, 2 insertions(+), 15 deletions(-) Reviewed-by: Eric Blake

[PATCH 1/4] hbitmap: drop meta bitmap leftovers

2025-05-12 Thread Andrey Zhadchenko
API to manipulate meta bitmap was removed with commit 0c88f1970c76 Signed-off-by: Andrey Zhadchenko --- util/hbitmap.c | 17 ++--- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/util/hbitmap.c b/util/hbitmap.c index d9a1dabc63..16674f33e4 100644 --- a/util/hbitmap.c +