Re: [PATCH v4 5/8] bitmap: replace _reg_op(REG_OP_RELEASE) with bitmap_clear()
From: Andy Shevchenko
Date: Tue Aug 29 2023 - 11:33:14 EST
On Mon, Aug 28, 2023 at 07:39:08PM -0700, Yury Norov wrote:
> _reg_op(REG_OP_RELEASE) duplicates bitmap_clear().
...
> - __reg_op(bitmap, pos, order, REG_OP_RELEASE);
> + bitmap_clear(bitmap, pos, pos + BIT(order));
Is it still buggy?
--
With Best Regards,
Andy Shevchenko