Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68539
b: refs/heads/master
c: 4fc8a60
h: refs/heads/master
i:
  68537: 8938370
  68535: 986b3ba
v: v3
  • Loading branch information
David Woodhouse committed Oct 13, 2007
1 parent 4a840d9 commit 5ee8224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: b534e70cf5529378a1ed994492641ec0330554eb
refs/heads/master: 4fc8a6078660be781d6ddf4daddfd9d817d2a455
4 changes: 1 addition & 3 deletions trunk/fs/jffs2/gc.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,7 @@ int jffs2_garbage_collect_pass(struct jffs2_sb_info *c)
/* Eep. This really should never happen. GC is broken */
printk(KERN_ERR "Error garbage collecting node at %08x!\n", ref_offset(jeb->gc_node));
ret = -ENOSPC;
} else if (ref_offset(jeb->gc_node) == 0x1c616bdc)
printk(KERN_ERR "Wheee. Correctly GC'd node at %08x\n", ref_offset(jeb->gc_node));

}
release_sem:
up(&c->alloc_sem);

Expand Down

0 comments on commit 5ee8224

Please sign in to comment.