diff options
Diffstat (limited to 'fs/f2fs/segment.c')
-rw-r--r-- | fs/f2fs/segment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/f2fs/segment.c b/fs/f2fs/segment.c index a90c6bc0d129..36e8afd8e1e4 100644 --- a/fs/f2fs/segment.c +++ b/fs/f2fs/segment.c | |||
@@ -682,7 +682,7 @@ retry: | |||
682 | 682 | ||
683 | bio_blocks = MAX_BIO_BLOCKS(max_hw_blocks(sbi)); | 683 | bio_blocks = MAX_BIO_BLOCKS(max_hw_blocks(sbi)); |
684 | sbi->bio[type] = f2fs_bio_alloc(bdev, bio_blocks); | 684 | sbi->bio[type] = f2fs_bio_alloc(bdev, bio_blocks); |
685 | sbi->bio[type]->bi_sector = SECTOR_FROM_BLOCK(sbi, blk_addr); | 685 | sbi->bio[type]->bi_iter.bi_sector = SECTOR_FROM_BLOCK(sbi, blk_addr); |
686 | sbi->bio[type]->bi_private = priv; | 686 | sbi->bio[type]->bi_private = priv; |
687 | /* | 687 | /* |
688 | * The end_io will be assigned at the sumbission phase. | 688 | * The end_io will be assigned at the sumbission phase. |