lkml.org 
[lkml]   [2023]   [Oct]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/2] lib: unload lib/bitmap.c
Date
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

\
 
 \ /
  Last update: 2023-10-08 01:38    [W:0.137 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site