Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4523
b: refs/heads/master
c: 3cceb9f
h: refs/heads/master
i:
  4521: 96e3fbd
  4519: d5e3dc4
v: v3
  • Loading branch information
Artem B. Bityuckiy authored and Thomas Gleixner committed May 23, 2005
1 parent fbb4674 commit b3ad772
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 437316d9b5ea142ca7ab9ef131c28506c407d1d6
refs/heads/master: 3cceb9f6cf433545b607451e5de7af2cd6cec0b5
4 changes: 3 additions & 1 deletion trunk/fs/jffs2/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* For licensing information, see the file 'LICENCE' in this directory.
*
* $Id: gc.c,v 1.146 2005/03/20 17:45:25 dedekind Exp $
* $Id: gc.c,v 1.147 2005/03/20 21:43:22 dedekind Exp $
*
*/

Expand Down Expand Up @@ -83,7 +83,9 @@ static struct jffs2_eraseblock *jffs2_find_gc_block(struct jffs2_sb_info *c)
} else if (!list_empty(&c->erasable_pending_wbuf_list)) {
/* There are blocks are wating for the wbuf sync */
D1(printk(KERN_DEBUG "Synching wbuf in order to reuse erasable_pending_wbuf_list blocks\n"));
spin_unlock(&c->erase_completion_lock);
jffs2_flush_wbuf_pad(c);
spin_lock(&c->erase_completion_lock);
goto again;
} else {
/* Eep. All were empty */
Expand Down

0 comments on commit b3ad772

Please sign in to comment.