Skip to content

Commit 0c6cac1

Browse files
Andreas GruenbacherJiri Kosina
authored andcommitted
doc: vfs: fix fadvise() sycall name
Signed-off-by: Andreas Gruenbacher <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 75ca5b2 commit 0c6cac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/filesystems/vfs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ struct address_space_operations {
727727

728728
The second case is when a request has been made to invalidate
729729
some or all pages in an address_space. This can happen
730-
through the fadvice(POSIX_FADV_DONTNEED) system call or by the
730+
through the fadvise(POSIX_FADV_DONTNEED) system call or by the
731731
filesystem explicitly requesting it as nfs and 9fs do (when
732732
they believe the cache may be out of date with storage) by
733733
calling invalidate_inode_pages2().

0 commit comments

Comments
 (0)