Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348159
b: refs/heads/master
c: fd8bb65
h: refs/heads/master
i:
  348157: 26c6b84
  348155: 5464e3f
  348151: 2d6de46
  348143: 27fcdb5
  348127: 7a332d1
  348095: d4ab858
  348031: 80cbe9e
  347903: a86bb67
  347647: 599f33f
  347135: 64d6a26
  346111: d15aff1
  344063: 542864c
v: v3
  • Loading branch information
Namjae Jeon authored and Jaegeuk Kim committed Dec 28, 2012
1 parent 0ceebee commit 2fe83f9
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 344324f10fad05e40b1047c5e09ebbc77e43c24f
refs/heads/master: fd8bb65f796f041ee6ba400255ca9021bc45a992
7 changes: 4 additions & 3 deletions trunk/fs/f2fs/recovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,15 @@ static int find_fsync_dnodes(struct f2fs_sb_info *sbi, struct list_head *head)
goto out;
}

INIT_LIST_HEAD(&entry->list);
list_add_tail(&entry->list, head);

entry->inode = f2fs_iget(sbi->sb, ino_of_node(page));
if (IS_ERR(entry->inode)) {
err = PTR_ERR(entry->inode);
kmem_cache_free(fsync_entry_slab, entry);
goto out;
}

INIT_LIST_HEAD(&entry->list);
list_add_tail(&entry->list, head);
entry->blkaddr = blkaddr;
}
if (IS_INODE(page)) {
Expand Down

0 comments on commit 2fe83f9

Please sign in to comment.