diff mbox series

[RESEND] MAINTAINERS: adjust file entry in MAPLE TREE

Message ID 20250312105245.216302-1-lukas.bulwahn@redhat.com (mailing list archive)
State New
Headers show
Series [RESEND] MAINTAINERS: adjust file entry in MAPLE TREE | expand

Commit Message

Lukas Bulwahn March 12, 2025, 10:52 a.m. UTC
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit 0f3b602e1bad ("tools: separate out shared radix-tree components")
moves files from radix-tree/linux to shared/linux in the
./tools/testing/ directory, but misses to adjust a file entry in MAPLE
TREE. Hence, ./scripts/get_maintainer.pl --self-test=patterns complains
about a broken reference.

Adjust the file entry in MAPLE TREE.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Acked-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@Oracle.com>
---
Andrew, please pick this minor non-urgent patch. Thanks.

v1:
  https://lore.kernel.org/lkml/20240826110215.19894-1-lukas.bulwahn@redhat.com/

Patch was sent six months ago, but was not yet applied. Issue still
exists.

v1 to v1-resend:
  - added Acked-by and Reviewed-by tags from v1

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index e6609b78998d..96ae7f628da4 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14129,8 +14129,8 @@  F:	include/linux/maple_tree.h
 F:	include/trace/events/maple_tree.h
 F:	lib/maple_tree.c
 F:	lib/test_maple_tree.c
-F:	tools/testing/radix-tree/linux/maple_tree.h
 F:	tools/testing/radix-tree/maple.c
+F:	tools/testing/shared/linux/maple_tree.h
 
 MARDUK (CREATOR CI40) DEVICE TREE SUPPORT
 M:	Rahul Bedarkar <rahulbedarkar89@gmail.com>