diff options
Diffstat (limited to 'Documentation/filesystems/index.rst')
-rw-r--r-- | Documentation/filesystems/index.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index 46d1b1be3a51..ba921bdd5b06 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -359,3 +359,14 @@ encryption of files and directories. :maxdepth: 2 fscrypt + +Pathname lookup +=============== + +Pathname lookup in Linux is a complex beast; the document linked below +provides a comprehensive summary for those looking for the details. + +.. toctree:: + :maxdepth: 2 + + path-lookup.rst |