From 942104a21ce4951420ddf6c6b3179a0627301f7e Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Mon, 10 Dec 2018 09:58:37 +1100 Subject: docs: improve pathname-lookup document structure Get rid of some unneeded structural elements around the new (to RST) pathname-lookup document. Signed-off-by: NeilBrown [ jc: grabbed from email and changelog added ] Signed-off-by: Jonathan Corbet --- Documentation/filesystems/path-lookup.rst | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'Documentation/filesystems/path-lookup.rst') diff --git a/Documentation/filesystems/path-lookup.rst b/Documentation/filesystems/path-lookup.rst index 30a155736afe..9d6b68853f5b 100644 --- a/Documentation/filesystems/path-lookup.rst +++ b/Documentation/filesystems/path-lookup.rst @@ -1,18 +1,3 @@ -======================== -Pathname lookup in Linux -======================== - -This write-up is based on three articles published at lwn.net: - -- Pathname lookup in Linux -- RCU-walk: faster pathname lookup in Linux -- A walk among the symlinks - -Written by Neil Brown with help from Al Viro and Jon Corbet. -It has subsequently been updated to reflect changes in the kernel -including: - -- per-directory parallel name lookup. Introduction to pathname lookup =============================== -- cgit