diff options
author | Artem B. Bityutskiy <dedekind@infradead.org> | 2005-07-17 13:01:46 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | 2005-11-06 16:29:43 +0100 |
commit | 61a39b694137cef6059a0714c3b1847aabe53b90 (patch) | |
tree | 8bba8f467a8a938d21cecb2ed63489246982b82e /fs/jffs2/build.c | |
parent | 2b79adcca147c9f8fd1094ab4cb342d7e1790d70 (diff) | |
download | linux-61a39b694137cef6059a0714c3b1847aabe53b90.tar.bz2 |
[JFFS2] Debug code clean up - step 2
If debugging is disabled, define debugging functions as empty macros, instead
of using Dx() explicitly.
Signed-off-by: Artem B. Bityutskiy <dedekind@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'fs/jffs2/build.c')
-rw-r--r-- | fs/jffs2/build.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jffs2/build.c b/fs/jffs2/build.c index 3a0b003d73a1..b87d4010d36f 100644 --- a/fs/jffs2/build.c +++ b/fs/jffs2/build.c @@ -7,7 +7,7 @@ * * 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 $ * */ @@ -168,7 +168,7 @@ static int jffs2_build_filesystem(struct jffs2_sb_info *c) 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); |