aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/api-summary.rst
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2021-03-17 19:52:26 -0700
committerJonathan Corbet <corbet@lwn.net>2021-03-31 14:23:33 -0600
commit8be594b22adfbc1132bc12c76215160a67931e0c (patch)
treefd22d381def3897783ab5027a0e2961eca9b06a2 /Documentation/filesystems/api-summary.rst
parentfs/namespace: correct/improve kernel-doc notation (diff)
downloadlinux-dev-8be594b22adfbc1132bc12c76215160a67931e0c.tar.xz
linux-dev-8be594b22adfbc1132bc12c76215160a67931e0c.zip
Documentation: filesystems api-summary: add namespace.c
Add fs/namespace.c to the filesystems api-summary docbook. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Alexander Viro <viro@zeniv.linux.org.uk> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Link: https://lore.kernel.org/r/20210318025227.4162-2-rdunlap@infradead.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems/api-summary.rst')
-rw-r--r--Documentation/filesystems/api-summary.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/filesystems/api-summary.rst b/Documentation/filesystems/api-summary.rst
index 2d4e7d00bfed..7e5c04c98619 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
===================