Skip to content

Commit

Permalink
[JFFS2] Remove stray debugging printk
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed Oct 13, 2007
1 parent b534e70 commit 4fc8a60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions 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 4fc8a60

Please sign in to comment.