summaryrefslogtreecommitdiffstats
path: root/fs/hfs/hfs_fs.h
diff options
context:
space:
mode:
authorRoman Zippel2006-01-19 02:43:07 +0100
committerLinus Torvalds2006-01-19 04:20:23 +0100
commit7cf3cc3036cb7b1147350bf7c3f1ab98c160eb7b (patch)
tree16bf33c636dec614c47959edfab9c2ef724ac93d /fs/hfs/hfs_fs.h
parent[PATCH] hfs: cleanup HFS+ prints (diff)
downloadkernel-qcow2-linux-7cf3cc3036cb7b1147350bf7c3f1ab98c160eb7b.tar.gz
kernel-qcow2-linux-7cf3cc3036cb7b1147350bf7c3f1ab98c160eb7b.tar.xz
kernel-qcow2-linux-7cf3cc3036cb7b1147350bf7c3f1ab98c160eb7b.zip
[PATCH] hfs: cleanup HFS prints
Add the log level and a "hfs: " prefix to all kernel prints. Signed-off-by: Roman Zippel <zippel@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/hfs/hfs_fs.h')
-rw-r--r--fs/hfs/hfs_fs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/hfs/hfs_fs.h b/fs/hfs/hfs_fs.h
index cc5dcd52e23d..18ce47ab1b71 100644
--- a/fs/hfs/hfs_fs.h
+++ b/fs/hfs/hfs_fs.h
@@ -35,9 +35,6 @@
#define dprint(flg, fmt, args...) \
if (flg & DBG_MASK) printk(fmt , ## args)
-#define hfs_warn(format, args...) printk(KERN_WARNING format , ## args)
-#define hfs_error(format, args...) printk(KERN_ERR format , ## args)
-
/*
* struct hfs_inode_info
*