aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/f2fs/data.c')
-rw-r--r--fs/f2fs/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c
index a4949096cf4c..a2c8de8ba6ce 100644
--- a/fs/f2fs/data.c
+++ b/fs/f2fs/data.c
@@ -386,7 +386,7 @@ int f2fs_readpage(struct f2fs_sb_info *sbi, struct page *page,
386 bio = f2fs_bio_alloc(bdev, 1); 386 bio = f2fs_bio_alloc(bdev, 1);
387 387
388 /* Initialize the bio */ 388 /* Initialize the bio */
389 bio->bi_sector = SECTOR_FROM_BLOCK(sbi, blk_addr); 389 bio->bi_iter.bi_sector = SECTOR_FROM_BLOCK(sbi, blk_addr);
390 bio->bi_end_io = read_end_io; 390 bio->bi_end_io = read_end_io;
391 391
392 if (bio_add_page(bio, page, PAGE_CACHE_SIZE, 0) < PAGE_CACHE_SIZE) { 392 if (bio_add_page(bio, page, PAGE_CACHE_SIZE, 0) < PAGE_CACHE_SIZE) {