Loading fs/f2fs/recovery.c +2 −3 Original line number Diff line number Diff line Loading @@ -347,7 +347,7 @@ static int recover_data(struct f2fs_sb_info *sbi, lock_page(page); if (cp_ver != cpver_of_node(page)) goto unlock_out; break; entry = get_fsync_inode(head, ino_of_node(page)); if (!entry) Loading @@ -355,7 +355,7 @@ static int recover_data(struct f2fs_sb_info *sbi, err = do_recover_data(sbi, entry->inode, page, blkaddr); if (err) goto out; break; if (entry->blkaddr == blkaddr) { iput(entry->inode); Loading @@ -366,7 +366,6 @@ static int recover_data(struct f2fs_sb_info *sbi, /* check next segment */ blkaddr = next_blkaddr_of_node(page); } unlock_out: unlock_page(page); out: __free_pages(page, 0); Loading Loading
fs/f2fs/recovery.c +2 −3 Original line number Diff line number Diff line Loading @@ -347,7 +347,7 @@ static int recover_data(struct f2fs_sb_info *sbi, lock_page(page); if (cp_ver != cpver_of_node(page)) goto unlock_out; break; entry = get_fsync_inode(head, ino_of_node(page)); if (!entry) Loading @@ -355,7 +355,7 @@ static int recover_data(struct f2fs_sb_info *sbi, err = do_recover_data(sbi, entry->inode, page, blkaddr); if (err) goto out; break; if (entry->blkaddr == blkaddr) { iput(entry->inode); Loading @@ -366,7 +366,6 @@ static int recover_data(struct f2fs_sb_info *sbi, /* check next segment */ blkaddr = next_blkaddr_of_node(page); } unlock_out: unlock_page(page); out: __free_pages(page, 0); Loading