From: Jonathan Neuschäfer Date: Sat, 6 Apr 2019 10:15:27 +0000 (+0200) Subject: Documentation: kernel-docs: Remove entry for vfs.txt X-Git-Tag: v5.4-rc1~1016^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ad4b009f2d7b06b86d18c2aa3e427b9e96657b48;p=platform%2Fkernel%2Flinux-rpi.git Documentation: kernel-docs: Remove entry for vfs.txt It's unnecessary to point to an external mirror of the Documentation directory. Jonathan Corbet writes in favor of removing this entry, instead of moving it under "Docs at the Linux Kernel tree": > We don't want to turn kernel-docs.rst into yet another out-of-date > index for the rest of Documentation/, and the removal of the external > URL takes away the only bit of additional information that this entry > offers. Signed-off-by: Jonathan Neuschäfer Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/process/kernel-docs.rst b/Documentation/process/kernel-docs.rst index ab12ddd..7a45a8e 100644 --- a/Documentation/process/kernel-docs.rst +++ b/Documentation/process/kernel-docs.rst @@ -95,18 +95,6 @@ On-line docs [...]. This paper examines some common problems for submitting larger changes and some strategies to avoid problems. - * Title: **Overview of the Virtual File System** - - :Author: Richard Gooch. - :URL: http://www.mjmwired.net/kernel/Documentation/filesystems/vfs.txt - :Date: 2007 - :Keywords: VFS, File System, mounting filesystems, opening files, - dentries, dcache. - :Description: Brief introduction to the Linux Virtual File System. - What is it, how it works, operations taken when opening a file or - mounting a file system and description of important data - structures explaining the purpose of each of their entries. - * Title: **Linux Device Drivers, Third Edition** :Author: Jonathan Corbet, Alessandro Rubini, Greg Kroah-Hartman