diff options
author | Wang Sheng-Hui <shhuiw@gmail.com> | 2011-09-01 08:22:57 +0800 |
---|---|---|
committer | Christoph Hellwig <hch@serles.lst.de> | 2011-10-28 13:55:08 +0200 |
commit | 814e1d25a59662f9552e6dc1305d1df3616fc87e (patch) | |
tree | b9ecde84785c4ff56fd7fa30ae0b34357028e2dd /fs/buffer.c | |
parent | 39be79c16f2b8eb07dd0d4e965cddfe39cc0534a (diff) | |
download | kernel_goldelico_gta04-814e1d25a59662f9552e6dc1305d1df3616fc87e.zip kernel_goldelico_gta04-814e1d25a59662f9552e6dc1305d1df3616fc87e.tar.gz kernel_goldelico_gta04-814e1d25a59662f9552e6dc1305d1df3616fc87e.tar.bz2 |
cleanup: vfs: small comment fix for block_invalidatepage
The patch is aganist 3.1-rc3.
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs/buffer.c')
-rw-r--r-- | fs/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/buffer.c b/fs/buffer.c index 1a80b04..936d603 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 |