diff options
author | Randy Dunlap <[email protected]> | 2024-01-23 17:14:24 -0800 |
---|---|---|
committer | Christian Brauner <[email protected]> | 2024-01-24 12:11:48 +0100 |
commit | 06b8db3a7dde43cc7c412517c93c85d13a4557f8 (patch) | |
tree | ad096969de9e7f5ad200f4d557bc0ef35577a039 | |
parent | 7ffa8f3d30236e0ab897c30bdb01224ff1fe1c89 (diff) |
fs: remove NTFS classic from docum. index
With the remove of the NTFS classic filesystem, also remove its
documentation entry from the filesystems index to prevent a
kernel-doc warning:
Documentation/filesystems/index.rst:63: WARNING: toctree contains reference to nonexisting document 'filesystems/ntfs'
Fixes: 9c67092ed339 ("fs: Remove NTFS classic")
Signed-off-by: Randy Dunlap <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Cc: Matthew Wilcox (Oracle) <[email protected]>
Cc: Alexander Viro <[email protected]>
Cc: Christian Brauner <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: <[email protected]>
Cc: Namjae Jeon <[email protected]>
Cc: Dave Chinner <[email protected]>
Cc: Anton Altaparmakov <[email protected]>
Cc: Jonathan Corbet <[email protected]>
Cc: <[email protected]>
Signed-off-by: Christian Brauner <[email protected]>
-rw-r--r-- | Documentation/filesystems/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index e18bc5ae3b35..0ea1e44fa028 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -98,7 +98,6 @@ Documentation for filesystem implementations. isofs nilfs2 nfs/index - ntfs ntfs3 ocfs2 ocfs2-online-filecheck |