Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27728
b: refs/heads/master
c: d96fb99
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Apr 16, 2006
1 parent 08baff1 commit 2962923
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fb6a82c94a9c69adfb6b9f6ce9f84be36884e471
refs/heads/master: d96fb997c6174f98a2a0a98200f99ac13b053bd6
4 changes: 4 additions & 0 deletions trunk/fs/jffs2/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ int jffs2_garbage_collect_pass(struct jffs2_sb_info *c)
and trigger the BUG() above while we haven't yet
finished checking all its nodes */
D1(printk(KERN_DEBUG "Waiting for ino #%u to finish reading\n", ic->ino));
/* We need to come back again for the _same_ inode. We've
made no progress in this case, but that should be OK */
c->checked_ino--;

up(&c->alloc_sem);
sleep_on_spinunlock(&c->inocache_wq, &c->inocache_lock);
return 0;
Expand Down

0 comments on commit 2962923

Please sign in to comment.