summaryrefslogtreecommitdiffstats
path: root/fs/ext4/page-io.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/page-io.c')
-rw-r--r--fs/ext4/page-io.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/ext4/page-io.c b/fs/ext4/page-io.c
index 6f5305e9a6ac..3e9298e6a705 100644
--- a/fs/ext4/page-io.c
+++ b/fs/ext4/page-io.c
@@ -468,10 +468,8 @@ int ext4_bio_write_page(struct ext4_io_submit *io,
468 ext4_io_submit(io); 468 ext4_io_submit(io);
469 continue; 469 continue;
470 } 470 }
471 if (buffer_new(bh)) { 471 if (buffer_new(bh))
472 clear_buffer_new(bh); 472 clear_buffer_new(bh);
473 clean_bdev_bh_alias(bh);
474 }
475 set_buffer_async_write(bh); 473 set_buffer_async_write(bh);
476 nr_to_submit++; 474 nr_to_submit++;
477 } while ((bh = bh->b_this_page) != head); 475 } while ((bh = bh->b_this_page) != head);