mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-16 03:11:11 -04:00
docs: path-lookup: fix unrenamed WALK_GET
The symbol WALK_GET does not appears in the codebase as of0031c06807. It was renamed as of8f64fb1cce. A previous documentation update,de9414adaf, renamed one occurrence in path-lookup.rst, but forgot to change another occurrence later in the file. Fixes:de9414adaf("docs: path-lookup: update WALK_GET, WALK_PUT desc") Signed-off-by: Daniel Tang <danielzgtg.opensource@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <13011949.O9o76ZdvQC@daniel-desktop3>
This commit is contained in:
committed by
Jonathan Corbet
parent
1173763940
commit
cae0e1bbde
@@ -1364,7 +1364,7 @@ it sets ``LOOKUP_AUTOMOUNT``, as does "``quotactl()``" and the handling of
|
||||
symlinks. Some system calls set or clear it implicitly, while
|
||||
others have API flags such as ``AT_SYMLINK_FOLLOW`` and
|
||||
``UMOUNT_NOFOLLOW`` to control it. Its effect is similar to
|
||||
``WALK_GET`` that we already met, but it is used in a different way.
|
||||
``WALK_TRAILING`` that we already met, but it is used in a different way.
|
||||
|
||||
``LOOKUP_DIRECTORY`` insists that the final component is a directory.
|
||||
Various callers set this and it is also set when the final component
|
||||
|
||||
Reference in New Issue
Block a user