Commit 74596085 authored by Glenn Washburn's avatar Glenn Washburn Committed by Jonathan Corbet

docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate

The details for struct dentry_operations member d_weak_revalidate is
missing a "d_" prefix.

Fixes: af96c1e3 ("docs: filesystems: vfs: Convert vfs.txt to RST")
Signed-off-by: default avatarGlenn Washburn <development@efficientek.com>
Reviewed-by: default avatarMatthew Wilcox (Oracle) <willy@infradead.org>
Link: https://lore.kernel.org/r/20230227184042.2375235-1-development@efficientek.comSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 5d89176a
...@@ -1222,7 +1222,7 @@ defined: ...@@ -1222,7 +1222,7 @@ defined:
return return
-ECHILD and it will be called again in ref-walk mode. -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 called when the VFS needs to revalidate a "jumped" dentry. This
is called when a path-walk ends at dentry that was not acquired is called when a path-walk ends at dentry that was not acquired
by doing a lookup in the parent directory. This includes "/", by doing a lookup in the parent directory. This includes "/",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment