Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300236
b: refs/heads/master
c: 226bb7d
h: refs/heads/master
v: v3
  • Loading branch information
Josh Cartwright authored and David Woodhouse committed May 7, 2012
1 parent c22306a commit 75190f9
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: 7a84477c4acebf6299b6a8bd6a1d5894eb838ffa
refs/heads/master: 226bb7df3d22bcf4a1c0fe8206c80cc427498eae
2 changes: 1 addition & 1 deletion trunk/fs/jffs2/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ int jffs2_garbage_collect_pass(struct jffs2_sb_info *c)
return 0;

jffs2_dbg(1, "No progress from erasing block; doing GC anyway\n");
spin_lock(&c->erase_completion_lock);
mutex_lock(&c->alloc_sem);
spin_lock(&c->erase_completion_lock);
}

/* First, work out which block we're garbage-collecting */
Expand Down

0 comments on commit 75190f9

Please sign in to comment.