From: Shaun Zinck Date: Sat, 20 Oct 2007 00:35:36 +0000 (+0200) Subject: Documentation/filesystems/vfs.txt: typo fix X-Git-Tag: accepted/tizen/common/20141203.182822~26575^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc5b1d55cc653622e612ddc015435c5471810a3c;p=platform%2Fkernel%2Flinux-arm64.git Documentation/filesystems/vfs.txt: typo fix Signed-off-by: Shaun Zinck Signed-off-by: Adrian Bunk --- diff --git a/Documentation/filesystems/vfs.txt b/Documentation/filesystems/vfs.txt index 6f8e16e..9d019d3 100644 --- a/Documentation/filesystems/vfs.txt +++ b/Documentation/filesystems/vfs.txt @@ -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