Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
f2fs: fix rapid GC breakage from merge 4e87f7d2befb8
Browse files Browse the repository at this point in the history
[6e67ea8 in here]

Signed-off-by: Park Ju Hyung <qkrwngud825@gmail.com>
Signed-off-by: Akhil Narang <akhilnarang.1999@gmail.com>
  • Loading branch information
arter97 authored and akhilnarang committed Feb 23, 2019
1 parent 7774d37 commit 56a1238
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/f2fs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -3463,7 +3463,6 @@ static int f2fs_fill_super(struct super_block *sb, void *data, int silent)
iput(sbi->node_inode);
sbi->node_inode = NULL;
free_stats:
f2fs_sbi_list_del(sbi);
f2fs_destroy_stats(sbi);
free_nm:
f2fs_destroy_node_manager(sbi);
Expand Down

0 comments on commit 56a1238

Please sign in to comment.