]> git.baikalelectronics.ru Git - kernel.git/commit
lib/bitmap: don't call __bitmap_weight() in kernel code
authorYury Norov <yury.norov@gmail.com>
Sun, 18 Sep 2022 03:07:11 +0000 (20:07 -0700)
committerYury Norov <yury.norov@gmail.com>
Mon, 26 Sep 2022 19:19:12 +0000 (12:19 -0700)
commit07a69fbc24ae34557f8d096f4c1ced9b2d0f9d92
tree8ea8f66801464c3a08292adbc1c8096cd8047136
parent928bdeaaaed2d6dad61229003eeb3f939c627c9d
lib/bitmap: don't call __bitmap_weight() in kernel code

__bitmap_weight() is not to be used directly in the kernel code because
it's a helper for bitmap_weight(). Switch everything to bitmap_weight().

Signed-off-by: Yury Norov <yury.norov@gmail.com>
fs/ntfs3/bitmap.c
lib/bitmap.c