]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
docs: path-lookup: fix unrenamed WALK_GET
authorDaniel Tang <danielzgtg.opensource@gmail.com>
Tue, 10 Mar 2026 01:05:21 +0000 (21:05 -0400)
committerJonathan Corbet <corbet@lwn.net>
Sun, 22 Mar 2026 20:54:23 +0000 (14:54 -0600)
commitcae0e1bbde87750ea6976e4ecbaa424de859d7ba
tree1b93a71e09ecd7132f308e7edb277f3cb522487b
parent117376394061780680dd4bfd92ea30bf9deafedf
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>
Documentation/filesystems/path-lookup.rst