1
0
Fork 0

Documentation/filesystems/vfs.txt: typo fix

Signed-off-by: Shaun Zinck <shaun.zinck@gmail.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
hifive-unleashed-5.1
Shaun Zinck 2007-10-20 02:35:36 +02:00 committed by Adrian Bunk
parent b2fff3f1b5
commit bc5b1d55cc
1 changed files with 1 additions and 1 deletions

View File

@ -706,7 +706,7 @@ struct address_space_operations {
wants to make it a free page. If ->releasepage succeeds, the
page will be removed from the address_space and become free.
The second case if 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
through the fadvice(POSIX_FADV_DONTNEED) system call or by the
filesystem explicitly requesting it as nfs and 9fs do (when