Skip to content

Commit c6bc5a3

Browse files
committed
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: Yury Norov <[email protected]>
1 parent dcf23cc commit c6bc5a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

MAINTAINERS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3504,10 +3504,14 @@ R: Andy Shevchenko <[email protected]>
35043504
R: Rasmus Villemoes <[email protected]>
35053505
S: Maintained
35063506
F: include/linux/bitmap.h
3507+
F: include/linux/cpumask.h
35073508
F: include/linux/find.h
3509+
F: include/linux/nodemask.h
35083510
F: lib/bitmap.c
3511+
F: lib/cpumask.c
35093512
F: lib/find_bit.c
35103513
F: lib/find_bit_benchmark.c
3514+
F: lib/nodemask.c
35113515
F: lib/test_bitmap.c
35123516
F: tools/include/linux/bitmap.h
35133517
F: tools/include/linux/find.h

0 commit comments

Comments
 (0)