]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
MAINTAINERS: add idr core-api doc file to XARRAY
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Wed, 5 Nov 2025 10:58:57 +0000 (11:58 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 9 Dec 2025 19:25:34 +0000 (11:25 -0800)
The files in Documentation/core-api/ are by virtue of their top-level
directory part of the Documentation section in MAINTAINERS.  Each file in
Documentation/core-api/ should however also have a further section in
MAINTAINERS it belongs to, which fits to the technical area of the
documented API in that file.

idr.rst provides some explanation to the ID allocation API defined in
lib/idr.c, which itself is part of the XARRAY section.

Add this core-api document to XARRAY.

Link: https://lkml.kernel.org/r/20251105105857.156950-1-lukas.bulwahn@redhat.com
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
MAINTAINERS

index 302c57deffac106147fdd5c2014855688970bb72..233ab04e87168e705181160a8370920a7447c182 100644 (file)
@@ -27879,6 +27879,7 @@ M:      Matthew Wilcox <willy@infradead.org>
 L:     linux-fsdevel@vger.kernel.org
 L:     linux-mm@kvack.org
 S:     Supported
+F:     Documentation/core-api/idr.rst
 F:     Documentation/core-api/xarray.rst
 F:     include/linux/idr.h
 F:     include/linux/xarray.h