diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-03-31 17:15:09 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-03-31 17:15:09 +0200 |
commit | 85b475a4502d45380c1b9223c01954daa228eeb0 (patch) | |
tree | 2f37f9ea8519f7a101decd8a1e9ec13db051363b /Documentation/filesystems | |
parent | KVM: nVMX: Do not report error code when synthesizing VM-Exit from Real Mode (diff) | |
parent | KVM: s390: pv: fix external interruption loop not always detected (diff) | |
download | linux-85b475a4502d45380c1b9223c01954daa228eeb0.tar.xz linux-85b475a4502d45380c1b9223c01954daa228eeb0.zip |
Merge tag 'kvm-s390-master-6.3-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD
A small fix that repairs the external loop detection code for PV
guests.
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/vfs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 "/", |