Glenn Washburn <development@xxxxxxxxxxxxxxx> writes: > 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@xxxxxxxxxxxxxxx> > --- > Documentation/filesystems/vfs.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks. Checkpatch whined about that Fixes line (missing the quotes around the patch subject), which caused me to go back and look. Sure enough, the RST conversion introduced that error...so I fixed Fixes. jon