Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Glenn Washburn and committed by
Jonathan Corbet
74596085 5d89176a

+1 -1
+1 -1
Documentation/filesystems/vfs.rst
··· 1222 1222 return 1223 1223 -ECHILD and it will be called again in ref-walk mode. 1224 1224 1225 - ``_weak_revalidate`` 1225 + ``d_weak_revalidate`` 1226 1226 called when the VFS needs to revalidate a "jumped" dentry. This 1227 1227 is called when a path-walk ends at dentry that was not acquired 1228 1228 by doing a lookup in the parent directory. This includes "/",