From: Glenn Washburn Date: Mon, 27 Feb 2023 18:40:42 +0000 (-0600) Subject: docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate X-Git-Tag: baikal/mips/sdk5.8.2~158 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=d33c229f7fbd8f0b5403b0ec3e0ff1b7c41dce72;p=kernel.git docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate [ Upstream commit 74596085796fae0cfce3e42ee46bf4f8acbdac55 ] The details for struct dentry_operations member d_weak_revalidate is missing a "d_" prefix. Fixes: 1c3f090ad28f ("docs: filesystems: vfs: Convert vfs.txt to RST") Signed-off-by: Glenn Washburn Reviewed-by: Matthew Wilcox (Oracle) Link: https://lore.kernel.org/r/20230227184042.2375235-1-development@efficientek.com Signed-off-by: Jonathan Corbet Signed-off-by: Sasha Levin --- diff --git a/Documentation/filesystems/vfs.rst b/Documentation/filesystems/vfs.rst index 7d4d09dd5e6de..241e312006434 100644 --- a/Documentation/filesystems/vfs.rst +++ b/Documentation/filesystems/vfs.rst @@ -1173,7 +1173,7 @@ defined: return -ECHILD and it will be called again in ref-walk mode. -``_weak_revalidate`` +``d_weak_revalidate`` called when the VFS needs to revalidate a "jumped" dentry. This is called when a path-walk ends at dentry that was not acquired by doing a lookup in the parent directory. This includes "/",