diff options
author | Yury Norov <yury.norov@gmail.com> | 2022-09-17 20:07:11 -0700 |
---|---|---|
committer | Yury Norov <yury.norov@gmail.com> | 2022-09-26 12:19:12 -0700 |
commit | 70a1cb106d9410f1f37e0261728e46722b74c29f (patch) | |
tree | 8ea8f66801464c3a08292adbc1c8096cd8047136 /fs/buffer.c | |
parent | 6333cb31a711cc709b6a960d082e04546f4459ee (diff) |
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>
Diffstat (limited to 'fs/buffer.c')
0 files changed, 0 insertions, 0 deletions