*
  * For licensing information, see the file 'LICENCE' in this directory.
  *
- * $Id: build.c,v 1.72 2005/07/17 06:56:20 dedekind Exp $
+ * $Id: build.c,v 1.74 2005/07/17 12:01:42 dedekind Exp $
  *
  */
 
        c->flags &= ~JFFS2_SB_FLAG_BUILDING;
        
        D1(printk(KERN_DEBUG "Pass 3 complete\n"));
-       D2(jffs2_dbg_dump_block_lists(c));
+       jffs2_dbg_dump_block_lists(c);
 
        /* Rotate the lists by some number to ensure wear levelling */
        jffs2_rotate_lists(c);
 
  *
  * For licensing information, see the file 'LICENCE' in this directory.
  *
- * $Id: fs.c,v 1.57 2005/07/17 06:56:21 dedekind Exp $
+ * $Id: fs.c,v 1.58 2005/07/17 12:01:42 dedekind Exp $
  *
  */
 
 
        buf->f_bavail = buf->f_bfree = avail >> PAGE_SHIFT;
 
-       D2(jffs2_dbg_dump_block_lists(c));
+       jffs2_dbg_dump_block_lists(c);
 
        spin_unlock(&c->erase_completion_lock);
 
 
  *
  * For licensing information, see the file 'LICENCE' in this directory.
  *
- * $Id: gc.c,v 1.149 2005/07/17 06:56:21 dedekind Exp $
+ * $Id: gc.c,v 1.150 2005/07/17 12:01:43 dedekind Exp $
  *
  */
 
                ret->wasted_size = 0;
        }
 
-       D2(jffs2_dbg_dump_block_lists(c));
+       jffs2_dbg_dump_block_lists(c);
        return ret;
 }
 
                if (c->checked_ino > c->highest_ino) {
                        printk(KERN_CRIT "Checked all inodes but still 0x%x bytes of unchecked space?\n",
                               c->unchecked_size);
-                       D2(jffs2_dbg_dump_block_lists(c));
+                       jffs2_dbg_dump_block_lists(c);
                        spin_unlock(&c->erase_completion_lock);
                        BUG();
                }
 
  *
  * For licensing information, see the file 'LICENCE' in this directory.
  *
- * $Id: readinode.c,v 1.127 2005/07/17 11:13:46 dedekind Exp $
+ * $Id: readinode.c,v 1.128 2005/07/17 12:01:43 dedekind Exp $
  *
  */
 
                                mark_ref_normal(next->node->raw);
                }
        }
-       D2(jffs2_dbg_fragtree_paranoia_check(f));
-       D2(jffs2_dbg_dump_fragtree(f));
+       jffs2_dbg_fragtree_paranoia_check(f);
+       jffs2_dbg_dump_fragtree(f);
        return 0;
 }
 
 
  *
  * For licensing information, see the file 'LICENCE' in this directory.
  *
- * $Id: wbuf.c,v 1.93 2005/07/17 06:56:21 dedekind Exp $
+ * $Id: wbuf.c,v 1.94 2005/07/17 12:01:43 dedekind Exp $
  *
  */
 
 {
        D1(printk("About to refile bad block at %08x\n", jeb->offset));
 
-       D2(jffs2_dbg_dump_block_lists(c));
+       jffs2_dbg_dump_block_lists(c);
        /* File the existing block on the bad_used_list.... */
        if (c->nextblock == jeb)
                c->nextblock = NULL;
                c->nr_erasing_blocks++;
                jffs2_erase_pending_trigger(c);
        }
-       D2(jffs2_dbg_dump_block_lists(c));
+       jffs2_dbg_dump_block_lists(c);
 
        /* Adjust its size counts accordingly */
        c->wasted_size += jeb->free_size;