aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test_bitmap.c
diff options
context:
space:
mode:
authorYury Norov <[email protected]>2023-10-07 23:35:10 +0000
committerYury Norov <[email protected]>2023-10-15 03:25:22 +0000
commitaae06fc1b5a2e4b52f8504a1f12f9b8b98e80641 (patch)
treed2678ffd34d753a73793b903db30ee74bf286953 /lib/test_bitmap.c
parentbitmap: Remove dead code, i.e. bitmap_copy_le() (diff)
downloadkernel-aae06fc1b5a2e4b52f8504a1f12f9b8b98e80641.tar.gz
kernel-aae06fc1b5a2e4b52f8504a1f12f9b8b98e80641.zip
lib/bitmap: split-out string-related operations to a separate files
lib/bitmap.c and corresponding include/linux/bitmap.h are intended to hold functions related to operations on bitmaps, like bitmap_shift or bitmap_set. Historically, some string-related operations like bitmap_parse are also reside in lib/bitmap.c. Now that the subsystem evolves, string-related bitmap operations became a significant part of the file. Because they are quite different from the other bitmap functions by nature, it's worth to split them to a separate source/header files. CC: Andrew Morton <[email protected]> CC: Andy Shevchenko <[email protected]> CC: Rasmus Villemoes <[email protected]> Signed-off-by: Yury Norov <[email protected]>
Diffstat (limited to 'lib/test_bitmap.c')
0 files changed, 0 insertions, 0 deletions