linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate
@ 2023-02-27 18:40 Glenn Washburn
  2023-02-27 18:59 ` Matthew Wilcox
  2023-03-07 17:24 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Glenn Washburn @ 2023-02-27 18:40 UTC (permalink / raw)
  To: Jonathan Corbet
  Cc: Glenn Washburn, Matthew Wilcox (Oracle), Tobin C. Harding,
	linux-fsdevel, linux-doc, linux-kernel

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

Fixes: af96c1e304f7 (docs: filesystems: vfs: Convert vfs.txt to RST)
Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 Documentation/filesystems/vfs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/filesystems/vfs.rst b/Documentation/filesystems/vfs.rst
index c53f30251a66..f3b344f0c0a4 100644
--- a/Documentation/filesystems/vfs.rst
+++ b/Documentation/filesystems/vfs.rst
@@ -1222,7 +1222,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 "/",

base-commit: 7fa08de735e41001a70c8ca869b2b159d74c2339
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-07 17:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-27 18:40 [PATCH] docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate Glenn Washburn
2023-02-27 18:59 ` Matthew Wilcox
2023-03-07 17:24 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).