Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348962
b: refs/heads/master
c: 24c366a
h: refs/heads/master
v: v3
  • Loading branch information
Namjae Jeon authored and Jaegeuk Kim committed Jan 4, 2013
1 parent 3c30f04 commit 784d1d5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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: 3af60a49fd2edfe9c5a06bc84d4832450895be96
refs/heads/master: 24c366a9ea256b86426b42e75f764495a2558861
1 change: 0 additions & 1 deletion trunk/fs/f2fs/checkpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ void add_orphan_inode(struct f2fs_sb_info *sbi, nid_t ino)
goto retry;
}
new->ino = ino;
INIT_LIST_HEAD(&new->list);

/* add new_oentry into list which is sorted by inode number */
if (orphan) {
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/f2fs/recovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ 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->blkaddr = blkaddr;
}
Expand Down

0 comments on commit 784d1d5

Please sign in to comment.