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>
This commit is contained in:
parent
6ee9542a87
commit
176c9b3939
@ -63,12 +63,6 @@ do { \
|
|||||||
/* debug event message: */
|
/* debug event message: */
|
||||||
extern int cifsERROR;
|
extern int cifsERROR;
|
||||||
|
|
||||||
#define cEVENT(fmt, arg...) \
|
|
||||||
do { \
|
|
||||||
if (cifsERROR) \
|
|
||||||
printk(KERN_EVENT "%s: " fmt "\n", __FILE__, ##arg); \
|
|
||||||
} while (0)
|
|
||||||
|
|
||||||
/* error event message: e.g., i/o error */
|
/* error event message: e.g., i/o error */
|
||||||
#define cifserror(fmt, arg...) \
|
#define cifserror(fmt, arg...) \
|
||||||
do { \
|
do { \
|
||||||
@ -88,7 +82,6 @@ do { \
|
|||||||
*/
|
*/
|
||||||
#else /* _CIFS_DEBUG */
|
#else /* _CIFS_DEBUG */
|
||||||
#define cERROR(set, fmt, arg...)
|
#define cERROR(set, fmt, arg...)
|
||||||
#define cEVENT(fmt, arg...)
|
|
||||||
#define cFYI(set, fmt, arg...)
|
#define cFYI(set, fmt, arg...)
|
||||||
#define cifserror(fmt, arg...)
|
#define cifserror(fmt, arg...)
|
||||||
#endif /* _CIFS_DEBUG */
|
#endif /* _CIFS_DEBUG */
|
||||||
|
Loading…
Reference in New Issue
Block a user