diff options
| -rw-r--r-- | fs/cifs/cifssmb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 187afe38dac7..aac37d99a487 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c | |||
| @@ -107,7 +107,7 @@ static void mark_open_files_invalid(struct cifs_tcon *pTcon) | |||
| 107 | static int | 107 | static int |
| 108 | cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) | 108 | cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) |
| 109 | { | 109 | { |
| 110 | int rc = 0; | 110 | int rc; |
| 111 | struct cifs_ses *ses; | 111 | struct cifs_ses *ses; |
| 112 | struct TCP_Server_Info *server; | 112 | struct TCP_Server_Info *server; |
| 113 | struct nls_table *nls_codepage; | 113 | struct nls_table *nls_codepage; |
