docs: path-lookup: i_op->follow_link replaced with i_op->get_link
authorFox Chen <foxhlchen@gmail.com>
Thu, 27 May 2021 09:16:12 +0000 (17:16 +0800)
committerJonathan Corbet <corbet@lwn.net>
Fri, 18 Jun 2021 17:36:08 +0000 (11:36 -0600)
commit4a00e4bd59bbd5eac26f1792eb8d7d60f6cafe9a
tree9c2ae459c14e0206d1e4baf178fc67b2ddadccb2
parentd2d3dd5ecce11ba560ff024e63ddb1640b7b27b0
docs: path-lookup: i_op->follow_link replaced with i_op->get_link

follow_link has been replaced by get_link() which can be
called in RCU mode.

see commit: commit 6b2553918d8b ("replace ->follow_link() with
new method that could stay in RCU mode")

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