Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b7d3f17f authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Al Viro
Browse files

fs: Add more kernel-doc to the produced documentation



People have gone to all the effort of writing kernel-doc for these
functions; the least we can do is put them in the "Other functions"
part of the VFS documentation.

Signed-off-by: default avatarMatthew Wilcox <willy@infradead.org>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 3fae1746
Loading
Loading
Loading
Loading
+33 −0
Original line number Original line Diff line number Diff line
@@ -71,6 +71,39 @@ Other Functions
.. kernel-doc:: fs/block_dev.c
.. kernel-doc:: fs/block_dev.c
   :export:
   :export:


.. kernel-doc:: fs/anon_inodes.c
   :export:

.. kernel-doc:: fs/attr.c
   :export:

.. kernel-doc:: fs/d_path.c
   :export:

.. kernel-doc:: fs/dax.c
   :export:

.. kernel-doc:: fs/direct-io.c
   :export:

.. kernel-doc:: fs/file_table.c
   :export:

.. kernel-doc:: fs/libfs.c
   :export:

.. kernel-doc:: fs/posix_acl.c
   :export:

.. kernel-doc:: fs/stat.c
   :export:

.. kernel-doc:: fs/sync.c
   :export:

.. kernel-doc:: fs/xattr.c
   :export:

The proc filesystem
The proc filesystem
===================
===================