Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377657
b: refs/heads/master
c: addbe45
h: refs/heads/master
i:
  377655: 247449c
v: v3
  • Loading branch information
Jaegeuk Kim committed May 28, 2013
1 parent 2543dbc commit 41040c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 650495dedc34daf8590c708a5b48f82ed2787b75
refs/heads/master: addbe45b005d73f876d55bcfc16f4a6ce52a55e3
5 changes: 2 additions & 3 deletions trunk/fs/f2fs/recovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ static int find_fsync_dnodes(struct f2fs_sb_info *sbi, struct list_head *head)

entry = get_fsync_inode(head, ino_of_node(page));
if (entry) {
entry->blkaddr = blkaddr;
if (IS_INODE(page) && is_dent_dnode(page))
set_inode_flag(F2FS_I(entry->inode),
FI_INC_LINK);
Expand All @@ -150,10 +149,10 @@ static int find_fsync_dnodes(struct f2fs_sb_info *sbi, struct list_head *head)
kmem_cache_free(fsync_entry_slab, entry);
goto unlock_out;
}

list_add_tail(&entry->list, head);
entry->blkaddr = blkaddr;
}
entry->blkaddr = blkaddr;

if (IS_INODE(page)) {
err = recover_inode(entry->inode, page);
if (err == -ENOENT) {
Expand Down

0 comments on commit 41040c8

Please sign in to comment.