Home
last modified time | relevance | path

Searched hist:"671 f7335" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.rst671f7335 Thu May 27 04:16:13 CDT 2021 Fox Chen <foxhlchen@gmail.com> docs: path-lookup: update i_op->put_link and cookie description

No inode->put_link operation anymore. We use delayed_call to
deal with link destruction. Cookie has been replaced with
struct delayed_call.

Related commit: commit fceef393a538 ("switch ->get_link() to
delayed_call, kill ->put_link()")

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