Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348157
b: refs/heads/master
c: 06025f4
h: refs/heads/master
i:
  348155: 5464e3f
v: v3
  • Loading branch information
Namjae Jeon authored and Jaegeuk Kim committed Dec 28, 2012
1 parent c4cce96 commit 26c6b84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 029cd28c1f739bbfc5105035696d5f1f4e45d161
refs/heads/master: 06025f4df88e9e41f4ebcf6b4c3df30661332bc9
3 changes: 3 additions & 0 deletions trunk/fs/f2fs/recovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ static void check_index_in_prev_nodes(struct f2fs_sb_info *sbi,

/* Deallocate previous index in the node page */
inode = f2fs_iget_nowait(sbi->sb, ino);
if (IS_ERR(inode))
return;

truncate_hole(inode, bidx, bidx + 1);
iput(inode);
}
Expand Down

0 comments on commit 26c6b84

Please sign in to comment.