From: Wang Sheng-Hui Date: Thu, 1 Sep 2011 00:22:57 +0000 (+0800) Subject: cleanup: vfs: small comment fix for block_invalidatepage X-Git-Tag: v3.2-rc1~131^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=814e1d25a59662f9552e6dc1305d1df3616fc87e;p=thirdparty%2Fkernel%2Flinux.git cleanup: vfs: small comment fix for block_invalidatepage The patch is aganist 3.1-rc3. Signed-off-by: Wang Sheng-Hui Signed-off-by: Christoph Hellwig --- diff --git a/fs/buffer.c b/fs/buffer.c index 1a80b048ade82..936d6035f6e2b 100644 --- a/fs/buffer.c +++ b/fs/buffer.c @@ -1470,13 +1470,13 @@ static void discard_buffer(struct buffer_head * bh) } /** - * block_invalidatepage - invalidate part of all of a buffer-backed page + * block_invalidatepage - invalidate part or all of a buffer-backed page * * @page: the page which is affected * @offset: the index of the truncation point * * block_invalidatepage() is called when all or part of the page has become - * invalidatedby a truncate operation. + * invalidated by a truncate operation. * * block_invalidatepage() does not have to release all buffers, but it must * ensure that no dirty buffer is left outside @offset and that no I/O