+1
-5
fs/cifs/cifs_debug.h
+1
-5
fs/cifs/cifs_debug.h
···
37
37
#define CIFS_TIMER 0x04
38
38
39
39
extern int cifsFYI;
40
-
extern int cifsERROR;
41
40
42
41
/*
43
42
* debug ON
···
63
64
64
65
/* error event message: e.g., i/o error */
65
66
#define cifserror(fmt, ...) \
66
-
do { \
67
-
if (cifsERROR) \
68
-
printk(KERN_ERR "CIFS VFS: " fmt "\n", ##__VA_ARGS__); \
69
-
} while (0)
67
+
printk(KERN_ERR "CIFS VFS: " fmt "\n", ##__VA_ARGS__); \
70
68
71
69
#define cERROR(set, fmt, ...) \
72
70
do { \