On Sun, Dec 03, 2023 at 11:32:46AM -0800, Yury Norov wrote: > The function traverses bitmap with for_each_clear_bit() just to allocate > a bit atomically. We can do it better with a dedicated find_and_set_bit(). > > Signed-off-by: Yury Norov <yury.norov@xxxxxxxxx> > Reviewed-by: Michael Kelley <mhklinux@xxxxxxxxxxx> Acked-by: Wei Liu <wei.liu@xxxxxxxxxx>