From: Lukas Bulwahn Date: Wed, 5 Nov 2025 10:58:57 +0000 (+0100) Subject: MAINTAINERS: add idr core-api doc file to XARRAY X-Git-Tag: v6.19-rc1~9^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=12c1fa8d4631e5fa8d1611379fc6babb558755e1;p=thirdparty%2Flinux.git MAINTAINERS: add idr core-api doc file to XARRAY 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 Cc: Matthew Wilcox (Oracle) Signed-off-by: Andrew Morton --- diff --git a/MAINTAINERS b/MAINTAINERS index 302c57deffac..233ab04e8716 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -27879,6 +27879,7 @@ M: Matthew Wilcox 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