projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d89176
)
docs: Correct missing "d_" prefix for dentry_operations member d_weak_revalidate
author
Glenn Washburn
<development@efficientek.com>
Mon, 27 Feb 2023 18:40:42 +0000
(12:40 -0600)
committer
Jonathan Corbet
<corbet@lwn.net>
Tue, 7 Mar 2023 17:21:11 +0000
(10:21 -0700)
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>
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>
Documentation/filesystems/vfs.rst
patch
|
blob
|
history
diff --git
a/Documentation/filesystems/vfs.rst
b/Documentation/filesystems/vfs.rst
index
c53f302
..
f3b344f
100644
(file)
--- 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 "/",