[PATCH 0/2] lib: unload lib/bitmap.c

From: Yury Norov
Date: Sat Oct 07 2023 - 19:40:03 EST


The file is intended to hold functions to operate on bit arrays, but
this days, more than 1/3 of bitmap.c is helpers for bitmap-to-string
converters, plus some wrappers for device.h.

So move those out of lib/bitmap.c in sake of readability and
maintainability.

Functionally, this series is a no-op.

Yury Norov (2):
lib/bitmap: move bitmap allocators for device to linux/device.h
lib/bitmap: split-out string-related operations to a separate files

MAINTAINERS | 2 +
include/linux/bitmap-str.h | 16 ++
include/linux/bitmap.h | 25 +-
include/linux/device.h | 30 ++
lib/Makefile | 2 +-
lib/bitmap-str.c | 510 ++++++++++++++++++++++++++++++++++
lib/bitmap.c | 545 -------------------------------------
7 files changed, 560 insertions(+), 570 deletions(-)
create mode 100644 include/linux/bitmap-str.h
create mode 100644 lib/bitmap-str.c

--
2.39.2