mirror of
https://github.com/joel16/android_kernel_sony_msm8994_rework.git
synced 2024-12-28 06:54:55 +00:00
[JFFS2] Remove stray debugging printk
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
b534e70cf5
commit
4fc8a60786
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user