diff options
author | Dave Kleikamp <shaggy@linux.vnet.ibm.com> | 2007-06-06 16:30:17 -0500 |
---|---|---|
committer | Dave Kleikamp <shaggy@linux.vnet.ibm.com> | 2007-06-06 16:30:17 -0500 |
commit | 209e101bf408a50acc426e32c8252daefacde5b0 (patch) | |
tree | 9627c9273e35f142e58059aa85b77c0367c45315 /fs/jfs/jfs_debug.h | |
parent | f720e3ba558680cc7dd3995d005bdc8ee2ef46af (diff) | |
download | linux-209e101bf408a50acc426e32c8252daefacde5b0.tar.gz linux-209e101bf408a50acc426e32c8252daefacde5b0.tar.bz2 linux-209e101bf408a50acc426e32c8252daefacde5b0.zip |
JFS: use print_hex_dump() rather than private dump_mem() function
Signed-off-by: Dave Kleikamp <shaggy@linux.vnet.ibm.com>
Diffstat (limited to 'fs/jfs/jfs_debug.h')
-rw-r--r-- | fs/jfs/jfs_debug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/jfs/jfs_debug.h b/fs/jfs/jfs_debug.h index 7378798f0b21..044c1e654cc0 100644 --- a/fs/jfs/jfs_debug.h +++ b/fs/jfs/jfs_debug.h @@ -62,7 +62,6 @@ extern void jfs_proc_clean(void); extern int jfsloglevel; -extern void dump_mem(char *label, void *data, int length); extern int jfs_txanchor_read(char *, char **, off_t, int, int *, void *); /* information message: e.g., configuration, major event */ @@ -94,7 +93,6 @@ extern int jfs_txanchor_read(char *, char **, off_t, int, int *, void *); * --------- */ #else /* CONFIG_JFS_DEBUG */ -#define dump_mem(label,data,length) do {} while (0) #define ASSERT(p) do {} while (0) #define jfs_info(fmt, arg...) do {} while (0) #define jfs_debug(fmt, arg...) do {} while (0) |