From 06b8db3a7dde43cc7c412517c93c85d13a4557f8 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Tue, 23 Jan 2024 17:14:24 -0800 Subject: 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 Link: https://lore.kernel.org/r/20240124011424.731-1-rdunlap@infradead.org Cc: Matthew Wilcox (Oracle) Cc: Alexander Viro Cc: Christian Brauner Cc: Jan Kara Cc: Cc: Namjae Jeon Cc: Dave Chinner Cc: Anton Altaparmakov Cc: Jonathan Corbet Cc: Signed-off-by: Christian Brauner --- Documentation/filesystems/index.rst | 1 - 1 file changed, 1 deletion(-) 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 -- cgit