Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347979
b: refs/heads/master
c: 9acbd26
h: refs/heads/master
i:
  347977: aea0594
  347975: b8be081
v: v3
  • Loading branch information
Jeff Layton authored and Steve French committed Dec 20, 2012
1 parent dff4e03 commit 58696c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 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: 2f2591a34db6c9361faa316c91a6e320cb4e6aee
refs/heads/master: 9acbd26b0a5ac4a3d52d31034feb3d935e39032a
6 changes: 1 addition & 5 deletions trunk/fs/cifs/cifs_debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ void dump_smb(void *, int);
#define CIFS_TIMER 0x04

extern int cifsFYI;
extern int cifsERROR;

/*
* debug ON
Expand All @@ -64,10 +63,7 @@ do { \

/* error event message: e.g., i/o error */
#define cifserror(fmt, ...) \
do { \
if (cifsERROR) \
printk(KERN_ERR "CIFS VFS: " fmt "\n", ##__VA_ARGS__); \
} while (0)
printk(KERN_ERR "CIFS VFS: " fmt "\n", ##__VA_ARGS__); \

#define cERROR(set, fmt, ...) \
do { \
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/cifs/cifsfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
#endif

int cifsFYI = 0;
int cifsERROR = 1;
int traceSMB = 0;
bool enable_oplocks = true;
unsigned int linuxExtEnabled = 1;
Expand Down

0 comments on commit 58696c1

Please sign in to comment.