diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2016-08-09 12:43:09 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-09-29 10:11:38 +0200 |
commit | 0c6cac1aff528f4d275affd29cd60dfc4dc15638 (patch) | |
tree | 78e2d2b27c3b25823f7b27a8e13237316c88b4b2 | |
parent | 75ca5b22260ef7b5ce39c6d521eee8b4cba44703 (diff) | |
download | linux-0c6cac1aff528f4d275affd29cd60dfc4dc15638.tar.bz2 |
doc: vfs: fix fadvise() sycall name
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | Documentation/filesystems/vfs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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(). |