Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25191
b: refs/heads/master
c: 4b4d1cc
h: refs/heads/master
i:
  25189: 4380472
  25187: ed6c66a
  25183: 34121af
v: v3
  • Loading branch information
Eric Sesterhenn authored and Adrian Bunk committed Mar 31, 2006
1 parent 66d2c48 commit 213e8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: 0bf3ba538a150f8430104a50e88c1449e8fa1fe6
refs/heads/master: 4b4d1cc7336b29f766d4e59d1ed2c627443a694a
3 changes: 1 addition & 2 deletions trunk/fs/jffs2/background.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ int jffs2_start_garbage_collect_thread(struct jffs2_sb_info *c)
pid_t pid;
int ret = 0;

if (c->gc_task)
BUG();
BUG_ON(c->gc_task);

init_completion(&c->gc_thread_start);
init_completion(&c->gc_thread_exit);
Expand Down

0 comments on commit 213e8a3

Please sign in to comment.