diff options
author | Jeff Layton <jlayton@redhat.com> | 2012-12-18 06:35:10 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2012-12-20 12:27:17 -0500 |
commit | 9acbd26b0a5ac4a3d52d31034feb3d935e39032a (patch) | |
tree | e12bbcbc4e8e755a71f818abd51e97ce4c1493d4 /fs/cifs/cifsfs.c | |
parent | 2f2591a34db6c9361faa316c91a6e320cb4e6aee (diff) |
cifs: eliminate cifsERROR variable
It's always set to "1" and there's no way to change it to anything else.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsfs.c')
-rw-r--r-- | fs/cifs/cifsfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index ce9f3c5421bf..f653835d067b 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c | |||
@@ -54,7 +54,6 @@ | |||
54 | #endif | 54 | #endif |
55 | 55 | ||
56 | int cifsFYI = 0; | 56 | int cifsFYI = 0; |
57 | int cifsERROR = 1; | ||
58 | int traceSMB = 0; | 57 | int traceSMB = 0; |
59 | bool enable_oplocks = true; | 58 | bool enable_oplocks = true; |
60 | unsigned int linuxExtEnabled = 1; | 59 | unsigned int linuxExtEnabled = 1; |