Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4fc8a6078660be781d6ddf4daddfd9d817d2a455
Commit:     4fc8a6078660be781d6ddf4daddfd9d817d2a455
Parent:     b534e70cf5529378a1ed994492641ec0330554eb
Author:     David Woodhouse <[EMAIL PROTECTED]>
AuthorDate: Sat Oct 13 14:29:39 2007 +0100
Committer:  David Woodhouse <[EMAIL PROTECTED]>
CommitDate: Sat Oct 13 14:29:39 2007 +0100

    [JFFS2] Remove stray debugging printk
    
    Signed-off-by: David Woodhouse <[EMAIL PROTECTED]>
---
 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);
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to