Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 358982
b: refs/heads/master
c: 3786dfd
h: refs/heads/master
v: v3
  • Loading branch information
Namjae Jeon authored and Jaegeuk Kim committed Feb 11, 2013
1 parent fe4fb3a commit ca8d566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d6212a5f18c8f9f9cc884070a96e11907711217f
refs/heads/master: 3786dfdf4f00755ce5797c0e87eac8f898acb52c
2 changes: 1 addition & 1 deletion trunk/fs/f2fs/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ int f2fs_gc(struct f2fs_sb_info *sbi)
if (!(sbi->sb->s_flags & MS_ACTIVE))
goto stop;

if (has_not_enough_free_secs(sbi))
if (gc_type == BG_GC && has_not_enough_free_secs(sbi))
gc_type = FG_GC;

if (!__get_victim(sbi, &segno, gc_type, NO_CHECK_TYPE))
Expand Down

0 comments on commit ca8d566

Please sign in to comment.