From: Randy Dunlap Date: Sun, 4 Jan 2026 20:45:30 +0000 (-0800) Subject: docs: filesystems: add fs/open.c to api-summary X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2d46684be2201e54c088728e741b71aa33b2aa5;p=thirdparty%2Fkernel%2Flinux.git 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> --- 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: