From: Randy Dunlap Date: Thu, 18 Mar 2021 02:52:26 +0000 (-0700) Subject: Documentation: filesystems api-summary: add namespace.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8be594b22adfbc1132bc12c76215160a67931e0c;p=linux.git Documentation: filesystems api-summary: add namespace.c Add fs/namespace.c to the filesystems api-summary docbook. Signed-off-by: Randy Dunlap Cc: Alexander Viro Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org Link: https://lore.kernel.org/r/20210318025227.4162-2-rdunlap@infradead.org Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/filesystems/api-summary.rst b/Documentation/filesystems/api-summary.rst index 2d4e7d00bfed2..7e5c04c986198 100644 --- a/Documentation/filesystems/api-summary.rst +++ b/Documentation/filesystems/api-summary.rst @@ -101,6 +101,9 @@ Other Functions .. kernel-doc:: fs/xattr.c :export: +.. kernel-doc:: fs/namespace.c + :export: + The proc filesystem ===================