projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b534e70
)
[JFFS2] Remove stray debugging printk
author
David Woodhouse
<dwmw2@infradead.org>
Sat, 13 Oct 2007 13:29:39 +0000
(14:29 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Sat, 13 Oct 2007 13:29:39 +0000
(14:29 +0100)
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
fs/jffs2/gc.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/jffs2/gc.c
b/fs/jffs2/gc.c
index f25e485ed879ea6d3cca959469b3603e8f467567..32ff0373aa04d0c9f709ec22c64ad9086c343448 100644
(file)
--- 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);