Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339474
b: refs/heads/master
c: 176c9b3
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Steve French committed Dec 5, 2012
1 parent 8f8dd23 commit 064db91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6ee9542a8701a906dbe5141bf1e1ad395d957222
refs/heads/master: 176c9b3939d22bb1177eb15010e600bc59a1b0b5
7 changes: 0 additions & 7 deletions trunk/fs/cifs/cifs_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ do { \
/* debug event message: */
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 */
#define cifserror(fmt, arg...) \
do { \
Expand All @@ -88,7 +82,6 @@ do { \
*/
#else /* _CIFS_DEBUG */
#define cERROR(set, fmt, arg...)
#define cEVENT(fmt, arg...)
#define cFYI(set, fmt, arg...)
#define cifserror(fmt, arg...)
#endif /* _CIFS_DEBUG */
Expand Down

0 comments on commit 064db91

Please sign in to comment.