Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: path-lookup: fix unrenamed WALK_GET

The symbol WALK_GET does not appears in the codebase as of
0031c06807cfa8aa. It was renamed as of 8f64fb1ccef33107. A previous
documentation update, de9414adafe4, renamed one occurrence in
path-lookup.rst, but forgot to change another occurrence later in the
file.

Fixes: de9414adafe4 ("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>

authored by

Daniel Tang and committed by
Jonathan Corbet
cae0e1bb 11737639

+1 -1
+1 -1
Documentation/filesystems/path-lookup.rst
··· 1364 1364 symlinks. Some system calls set or clear it implicitly, while 1365 1365 others have API flags such as ``AT_SYMLINK_FOLLOW`` and 1366 1366 ``UMOUNT_NOFOLLOW`` to control it. Its effect is similar to 1367 - ``WALK_GET`` that we already met, but it is used in a different way. 1367 + ``WALK_TRAILING`` that we already met, but it is used in a different way. 1368 1368 1369 1369 ``LOOKUP_DIRECTORY`` insists that the final component is a directory. 1370 1370 Various callers set this and it is also set when the final component