Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8849e31 authored by Glenn Washburn's avatar Glenn Washburn Committed by Greg Kroah-Hartman
Browse files

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: 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.com


Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 9e45e457
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1173,7 +1173,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 "/",