[JFFS2] Remove stray debugging printk
Linux-MTD Mailing List
linux-mtd at lists.infradead.org
Sat Oct 13 09:59:01 EDT 2007
Gitweb: http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=4fc8a6078660be781d6ddf4daddfd9d817d2a455
Commit: 4fc8a6078660be781d6ddf4daddfd9d817d2a455
Parent: b534e70cf5529378a1ed994492641ec0330554eb
Author: David Woodhouse <dwmw2 at infradead.org>
AuthorDate: Sat Oct 13 14:29:39 2007 +0100
Committer: David Woodhouse <dwmw2 at infradead.org>
CommitDate: Sat Oct 13 14:29:39 2007 +0100
[JFFS2] Remove stray debugging printk
Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
fs/jffs2/gc.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/fs/jffs2/gc.c b/fs/jffs2/gc.c
index f25e485..32ff037 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)
/* 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);
More information about the linux-mtd-cvs
mailing list