diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2021-03-17 19:52:26 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2021-03-31 14:23:33 -0600 |
commit | 8be594b22adfbc1132bc12c76215160a67931e0c (patch) | |
tree | fd22d381def3897783ab5027a0e2961eca9b06a2 /Documentation/filesystems | |
parent | 1f287bc4e2d073455bc21ed168ee3f67a75178b6 (diff) |
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')
-rw-r--r-- | Documentation/filesystems/api-summary.rst | 3 |
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 =================== |