From: Andreas Gruenbacher Date: Tue, 9 Aug 2016 10:43:09 +0000 (+0200) Subject: doc: vfs: fix fadvise() sycall name X-Git-Tag: Ubuntu-5.13.0-19.19~14897^2~2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=0c6cac1aff528f4d275affd29cd60dfc4dc15638;p=mirror_ubuntu-jammy-kernel.git doc: vfs: fix fadvise() sycall name Signed-off-by: Andreas Gruenbacher Signed-off-by: Jiri Kosina --- diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt index c61a223ef3ff..bb1c91726922 100644 --- a/Documentation/filesystems/vfs.txt +++ b/Documentation/filesystems/vfs.txt @@ -727,7 +727,7 @@ struct address_space_operations { The second case is when a request has been made to invalidate some or all pages in an address_space. This can happen - through the fadvice(POSIX_FADV_DONTNEED) system call or by the + through the fadvise(POSIX_FADV_DONTNEED) system call or by the filesystem explicitly requesting it as nfs and 9fs do (when they believe the cache may be out of date with storage) by calling invalidate_inode_pages2().