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)
commit70a1cb106d9410f1f37e0261728e46722b74c29f
tree8ea8f66801464c3a08292adbc1c8096cd8047136
parent6333cb31a711cc709b6a960d082e04546f4459ee
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