20 Nov 2011 00:32
jfs: Remove unused debugging macros
Joe Perches <joe <at> perches.com>
2011-11-19 23:32:15 GMT
2011-11-19 23:32:15 GMT
Just neatening.
Signed-off-by: Joe Perches <joe <at> perches.com>
---
fs/jfs/jfs_extent.c | 26 --------------------------
1 files changed, 0 insertions(+), 26 deletions(-)
diff --git a/fs/jfs/jfs_extent.c b/fs/jfs/jfs_extent.c
index e5fe850..c2789e4 100644
--- a/fs/jfs/jfs_extent.c
+++ b/fs/jfs/jfs_extent.c
<at> <at> -34,32 +34,6 <at> <at> static int extBrealloc(struct inode *, s64, s64, s64 *, s64 *);
#endif
static s64 extRoundDown(s64 nb);
-#define DPD(a) (printk("(a): %d\n",(a)))
-#define DPC(a) (printk("(a): %c\n",(a)))
-#define DPL1(a) \
-{ \
- if ((a) >> 32) \
- printk("(a): %x%08x ",(a)); \
- else \
- printk("(a): %x ",(a) << 32); \
-}
-#define DPL(a) \
-{ \
- if ((a) >> 32) \
- printk("(a): %x%08x\n",(a)); \
- else \
- printk("(a): %x\n",(a) << 32); \
(Continue reading)
RSS Feed