[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251105105857.156950-1-lukas.bulwahn@redhat.com>
Date: Wed, 5 Nov 2025 11:58:57 +0100
From: Lukas Bulwahn <lbulwahn@...hat.com>
To: Matthew Wilcox <willy@...radead.org>,
linux-fsdevel@...r.kernel.org,
linux-mm@...ck.org
Cc: kernel-janitors@...r.kernel.org,
linux-kernel@...r.kernel.org,
Lukas Bulwahn <lukas.bulwahn@...hat.com>
Subject: [PATCH] MAINTAINERS: add idr core-api doc file to XARRAY
From: Lukas Bulwahn <lukas.bulwahn@...hat.com>
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.
The 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.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...hat.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 2b5f86dcf898..01e1668cac02 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -28010,6 +28010,7 @@ M: Matthew Wilcox <willy@...radead.org>
L: linux-fsdevel@...r.kernel.org
L: linux-mm@...ck.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
--
2.51.1
Powered by blists - more mailing lists