Skip to content
Snippets Groups Projects
Commit c6bc5a3c authored by Yury Norov's avatar Yury Norov
Browse files

MAINTAINERS: add cpumask and nodemask files to BITMAP_API


cpumask and nodemask APIs are thin wrappers around basic bitmap API, and
corresponding files are not formally maintained. This patch adds them to
BITMAP_API section, so that bitmap folks would have closer look at it.

Signed-off-by: default avatarYury Norov <yury.norov@gmail.com>
parent dcf23cca
No related branches found
No related tags found
No related merge requests found
...@@ -3504,10 +3504,14 @@ R: Andy Shevchenko <andriy.shevchenko@linux.intel.com> ...@@ -3504,10 +3504,14 @@ R: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
R: Rasmus Villemoes <linux@rasmusvillemoes.dk> R: Rasmus Villemoes <linux@rasmusvillemoes.dk>
S: Maintained S: Maintained
F: include/linux/bitmap.h F: include/linux/bitmap.h
F: include/linux/cpumask.h
F: include/linux/find.h F: include/linux/find.h
F: include/linux/nodemask.h
F: lib/bitmap.c F: lib/bitmap.c
F: lib/cpumask.c
F: lib/find_bit.c F: lib/find_bit.c
F: lib/find_bit_benchmark.c F: lib/find_bit_benchmark.c
F: lib/nodemask.c
F: lib/test_bitmap.c F: lib/test_bitmap.c
F: tools/include/linux/bitmap.h F: tools/include/linux/bitmap.h
F: tools/include/linux/find.h F: tools/include/linux/find.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment