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

2025-06-09 Thread Vladimir Sementsov-Ogievskiy
On 28.05.25 15:07, Andrey Zhadchenko wrote: API to manipulate meta bitmap was removed with commit 0c88f1970c76 Signed-off-by: Andrey Zhadchenko Reviewed-by: Eric Blake Reviewed-by: Vladimir Sementsov-Ogievskiy -- Best regards, Vladimir

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

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