mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-02 20:29:20 +00:00
docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate
[ Upstream commit7459608579
] The details for struct dentry_operations member d_weak_revalidate is missing a "d_" prefix. Fixes:af96c1e304
("docs: filesystems: vfs: Convert vfs.txt to RST") Signed-off-by: Glenn Washburn <development@efficientek.com> Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org> Link: https://lore.kernel.org/r/20230227184042.2375235-1-development@efficientek.com Signed-off-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
b0780b6314
commit
f8ba0da4c3
1 changed files with 1 additions and 1 deletions
|
@ -1210,7 +1210,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 "/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue