[PATCH v2 0/1] Improve the performance of bitmap_find_next_zero_area_off()

From: Yi Sun

Date: Thu May 14 2026 - 00:00:36 EST


Instead of introducing new function
like find_last_bit_range/off/from(),
the existing find_last_bit() is used,
achieving the same effect as PATCH v1.

---
v1: https://lore.kernel.org/all/20260512040659.2992142-1-yi.sun@xxxxxxxxxx

Yi Sun (1):
lib: bitmap: reduce the number of goto again in
bitmap_find_next_zero_area_off()

lib/bitmap.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

--
2.34.1