diff options
Diffstat (limited to 'fs/buffer.c')
-rw-r--r-- | fs/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/buffer.c b/fs/buffer.c index 6fa530256bfd..1d920bab5e70 100644 --- a/fs/buffer.c +++ b/fs/buffer.c | |||
@@ -2893,7 +2893,7 @@ int block_write_full_page_endio(struct page *page, get_block_t *get_block, | |||
2893 | 2893 | ||
2894 | /* | 2894 | /* |
2895 | * The page straddles i_size. It must be zeroed out on each and every | 2895 | * The page straddles i_size. It must be zeroed out on each and every |
2896 | * writepage invokation because it may be mmapped. "A file is mapped | 2896 | * writepage invocation because it may be mmapped. "A file is mapped |
2897 | * in multiples of the page size. For a file that is not a multiple of | 2897 | * in multiples of the page size. For a file that is not a multiple of |
2898 | * the page size, the remaining memory is zeroed when mapped, and | 2898 | * the page size, the remaining memory is zeroed when mapped, and |
2899 | * writes to that region are not written out to the file." | 2899 | * writes to that region are not written out to the file." |