Bladeren bron

doc: vfs: fix fadvise() sycall name

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Andreas Gruenbacher 9 jaren geleden
bovenliggende
commit
0c6cac1aff
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      Documentation/filesystems/vfs.txt

+ 1 - 1
Documentation/filesystems/vfs.txt

@@ -727,7 +727,7 @@ struct address_space_operations {
 
 
 	The second case is when a request has been made to invalidate
 	The second case is when a request has been made to invalidate
         some or all pages in an address_space.  This can happen
         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
         filesystem explicitly requesting it as nfs and 9fs do (when
         they believe the cache may be out of date with storage) by
         they believe the cache may be out of date with storage) by
         calling invalidate_inode_pages2().
         calling invalidate_inode_pages2().