diff options
Diffstat (limited to 'fs/mpage.c')
-rw-r--r-- | fs/mpage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/mpage.c b/fs/mpage.c index 42381bd6543b..598d54e200eb 100644 --- a/fs/mpage.c +++ b/fs/mpage.c | |||
@@ -561,7 +561,7 @@ page_is_mapped: | |||
561 | if (page->index >= end_index) { | 561 | if (page->index >= end_index) { |
562 | /* | 562 | /* |
563 | * The page straddles i_size. It must be zeroed out on each | 563 | * The page straddles i_size. It must be zeroed out on each |
564 | * and every writepage invokation because it may be mmapped. | 564 | * and every writepage invocation because it may be mmapped. |
565 | * "A file is mapped in multiples of the page size. For a file | 565 | * "A file is mapped in multiples of the page size. For a file |
566 | * that is not a multiple of the page size, the remaining memory | 566 | * that is not a multiple of the page size, the remaining memory |
567 | * is zeroed when mapped, and writes to that region are not | 567 | * is zeroed when mapped, and writes to that region are not |