Include fs/open.c in filesystems/api-summary.rst to provide its exported APIs. Suggested-by: Matthew Wilcox Signed-off-by: Randy Dunlap --- Cc: Jonathan Corbet Cc: Alexander Viro Cc: Christian Brauner Cc: linux-fsdevel@vger.kernel.org Documentation/filesystems/api-summary.rst | 3 +++ 1 file changed, 3 insertions(+) --- linux-next-20251219.orig/Documentation/filesystems/api-summary.rst +++ linux-next-20251219/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: