From 1895726a87f71ecd146171ccb21f377be132dbc9 Mon Sep 17 00:00:00 2001 From: Shaun Zinck Date: Sat, 20 Oct 2007 02:35:36 +0200 Subject: [PATCH] --- yaml --- r: 71879 b: refs/heads/master c: bc5b1d55cc653622e612ddc015435c5471810a3c h: refs/heads/master i: 71877: c4552dd1dcb6dc3b74ff879be5e49f717f7a1836 71875: f26cc51ac9e1b4d755bef1c426e7187471137140 71871: abe8316a4d64acf46321dc67dd52adc5eac099cd v: v3 --- [refs] | 2 +- trunk/Documentation/filesystems/vfs.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 180d179aa166..b243e302bfc4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b2fff3f1b52989dae8dfc76d0a093967c3b75d06 +refs/heads/master: bc5b1d55cc653622e612ddc015435c5471810a3c diff --git a/trunk/Documentation/filesystems/vfs.txt b/trunk/Documentation/filesystems/vfs.txt index 6f8e16e3d6c0..9d019d35728f 100644 --- a/trunk/Documentation/filesystems/vfs.txt +++ b/trunk/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