aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jffs2/gc.c
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2007-10-13 09:29:39 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2007-10-13 09:29:39 -0400
commit4fc8a6078660be781d6ddf4daddfd9d817d2a455 (patch)
tree5054b94e261b6f6683f148a5299007feb1f4113e /fs/jffs2/gc.c
parentb534e70cf5529378a1ed994492641ec0330554eb (diff)
[JFFS2] Remove stray debugging printk
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'fs/jffs2/gc.c')
-rw-r--r--fs/jffs2/gc.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/jffs2/gc.c b/fs/jffs2/gc.c
index f25e485ed879..32ff0373aa04 100644
--- a/fs/jffs2/gc.c
+++ b/fs/jffs2/gc.c
@@ -414,9 +414,7 @@ int jffs2_garbage_collect_pass(struct jffs2_sb_info *c)
414 /* Eep. This really should never happen. GC is broken */ 414 /* Eep. This really should never happen. GC is broken */
415 printk(KERN_ERR "Error garbage collecting node at %08x!\n", ref_offset(jeb->gc_node)); 415 printk(KERN_ERR "Error garbage collecting node at %08x!\n", ref_offset(jeb->gc_node));
416 ret = -ENOSPC; 416 ret = -ENOSPC;
417 } else if (ref_offset(jeb->gc_node) == 0x1c616bdc) 417 }
418 printk(KERN_ERR "Wheee. Correctly GC'd node at %08x\n", ref_offset(jeb->gc_node));
419
420 release_sem: 418 release_sem:
421 up(&c->alloc_sem); 419 up(&c->alloc_sem);
422 420