Home
last modified time | relevance | path

Searched hist:"18 edb95a88a947b10536be4dc86b4a190715f816" (Results 1 – 1 of 1) sorted by relevance

/linux/Documentation/filesystems/
H A Dpath-lookup.rstdiff 18edb95a88a947b10536be4dc86b4a190715f816 Thu May 27 11:16:14 CEST 2021 Fox Chen <foxhlchen@gmail.com> docs: path-lookup: no get_link()

no get_link() anymore. we have step_into() and pick_link().

walk_component() will call step_into(), in turn call pick_link,
and return symlink name.

Signed-off-by: Fox Chen <foxhlchen@gmail.com>
Reviewed-by: NeilBrown <neilb@suse.de>
Link: https://lore.kernel.org/r/20210527091618.287093-10-foxhlchen@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>