diff options
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/page-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/page-io.c b/fs/ext4/page-io.c index c18d95b50540..1a64e7a52b84 100644 --- a/fs/ext4/page-io.c +++ b/fs/ext4/page-io.c | |||
@@ -429,7 +429,7 @@ int ext4_bio_write_page(struct ext4_io_submit *io, | |||
429 | block_start = bh_offset(bh); | 429 | block_start = bh_offset(bh); |
430 | if (block_start >= len) { | 430 | if (block_start >= len) { |
431 | /* | 431 | /* |
432 | * Comments copied from block_write_full_page_endio: | 432 | * Comments copied from block_write_full_page: |
433 | * | 433 | * |
434 | * The page straddles i_size. It must be zeroed out on | 434 | * The page straddles i_size. It must be zeroed out on |
435 | * each and every writepage invocation because it may | 435 | * each and every writepage invocation because it may |