docs: path-lookup: update i_op->put_link and cookie description
authorFox Chen <foxhlchen@gmail.com>
Thu, 27 May 2021 09:16:13 +0000 (17:16 +0800)
committerJonathan Corbet <corbet@lwn.net>
Fri, 18 Jun 2021 17:36:08 +0000 (11:36 -0600)
commit671f73356f6a2aa2fb1bb71f8fdeeba858b6fec6
treef02abd6a303c8a64ce12de6f6a55d9a57f1d0c53
parent4a00e4bd59bbd5eac26f1792eb8d7d60f6cafe9a
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>
Documentation/filesystems/path-lookup.rst