Skip to content

Commit

Permalink
doc: vfs: fix fadvise() sycall name
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Gruenbacher <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Andreas Gruenbacher authored and Jiri Kosina committed Sep 29, 2016
1 parent 75ca5b2 commit 0c6cac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/filesystems/vfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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().
Expand Down

0 comments on commit 0c6cac1

Please sign in to comment.