diff options
author | Joe Perches <joe@perches.com> | 2012-11-29 14:37:18 -0500 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-12-05 14:27:31 -0500 |
commit | 176c9b3939d22bb1177eb15010e600bc59a1b0b5 (patch) | |
tree | 39b345115a65788ecde1f9fe515f8e8807cbfb08 /fs | |
parent | 6ee9542a8701a906dbe5141bf1e1ad395d957222 (diff) |
cifs: Remove unused cEVENT macro
It uses an undefined KERN_EVENT and is itself unused.
Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/cifs/cifs_debug.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/fs/cifs/cifs_debug.h b/fs/cifs/cifs_debug.h index c0c68bb492d7..b0fc344eb857 100644 --- a/fs/cifs/cifs_debug.h +++ b/fs/cifs/cifs_debug.h | |||
@@ -63,12 +63,6 @@ do { \ | |||
63 | /* debug event message: */ | 63 | /* debug event message: */ |
64 | extern int cifsERROR; | 64 | extern int cifsERROR; |
65 | 65 | ||
66 | #define cEVENT(fmt, arg...) \ | ||
67 | do { \ | ||
68 | if (cifsERROR) \ | ||
69 | printk(KERN_EVENT "%s: " fmt "\n", __FILE__, ##arg); \ | ||
70 | } while (0) | ||
71 | |||
72 | /* error event message: e.g., i/o error */ | 66 | /* error event message: e.g., i/o error */ |
73 | #define cifserror(fmt, arg...) \ | 67 | #define cifserror(fmt, arg...) \ |
74 | do { \ | 68 | do { \ |
@@ -88,7 +82,6 @@ do { \ | |||
88 | */ | 82 | */ |
89 | #else /* _CIFS_DEBUG */ | 83 | #else /* _CIFS_DEBUG */ |
90 | #define cERROR(set, fmt, arg...) | 84 | #define cERROR(set, fmt, arg...) |
91 | #define cEVENT(fmt, arg...) | ||
92 | #define cFYI(set, fmt, arg...) | 85 | #define cFYI(set, fmt, arg...) |
93 | #define cifserror(fmt, arg...) | 86 | #define cifserror(fmt, arg...) |
94 | #endif /* _CIFS_DEBUG */ | 87 | #endif /* _CIFS_DEBUG */ |