From f2d46684be2201e54c088728e741b71aa33b2aa5 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Sun, 4 Jan 2026 12:45:30 -0800 Subject: [PATCH] docs: filesystems: add fs/open.c to api-summary Include fs/open.c in filesystems/api-summary.rst to provide its exported APIs. Suggested-by: Matthew Wilcox Signed-off-by: Randy Dunlap Reviewed-by: Christian Brauner Signed-off-by: Jonathan Corbet Message-ID: <20260104204530.518206-1-rdunlap@infradead.org> --- Documentation/filesystems/api-summary.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/filesystems/api-summary.rst b/Documentation/filesystems/api-summary.rst index cc5cc7f3fbd8e..bd7e3d5db5815 100644 --- a/Documentation/filesystems/api-summary.rst +++ b/Documentation/filesystems/api-summary.rst @@ -56,6 +56,9 @@ Other Functions .. kernel-doc:: fs/namei.c :export: +.. kernel-doc:: fs/open.c + :export: + .. kernel-doc:: block/bio.c :export: -- 2.47.3