diff options
author | Ian Kent <raven@themaw.net> | 2018-06-08 02:11:38 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-06-08 02:34:39 +0200 |
commit | b6bb226a72f0b95f0ce3edfc108776a274d21a98 (patch) | |
tree | 4622b0b9e459a2686694a2471126cd2c3582d411 /Documentation/filesystems/path-lookup.md | |
parent | autofs: rename autofs documentation files (diff) | |
download | linux-b6bb226a72f0b95f0ce3edfc108776a274d21a98.tar.xz linux-b6bb226a72f0b95f0ce3edfc108776a274d21a98.zip |
autofs: use autofs instead of autofs4 in documentation
Finally remove autofs4 references in the filesystems documentation.
Link: http://lkml.kernel.org/r/152626709055.28589.416082809460051475.stgit@pluto.themaw.net
Signed-off-by: Ian Kent <raven@themaw.net>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/filesystems/path-lookup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/path-lookup.md b/Documentation/filesystems/path-lookup.md index 1933ef734e63..e2edd45c4bc0 100644 --- a/Documentation/filesystems/path-lookup.md +++ b/Documentation/filesystems/path-lookup.md @@ -460,7 +460,7 @@ this retry process in the next article. Automount points are locations in the filesystem where an attempt to lookup a name can trigger changes to how that lookup should be handled, in particular by mounting a filesystem there. These are -covered in greater detail in autofs4.txt in the Linux documentation +covered in greater detail in autofs.txt in the Linux documentation tree, but a few notes specifically related to path lookup are in order here. |