projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad63594
)
cifs: remove unneeded variable initialization in cifs_reconnect_tcon
author
Jeff Layton
<jlayton@redhat.com>
Thu, 28 Jul 2011 16:40:36 +0000
(12:40 -0400)
committer
Steve French
<sfrench@us.ibm.com>
Sun, 31 Jul 2011 21:27:16 +0000
(21:27 +0000)
Reported-and-acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifssmb.c
patch
|
blob
|
history
diff --git
a/fs/cifs/cifssmb.c
b/fs/cifs/cifssmb.c
index 187afe38dac7433e8b0aa2b4452278f601b05ff7..aac37d99a487bfe9b40d1107ba67973bf212ed54 100644
(file)
--- a/
fs/cifs/cifssmb.c
+++ b/
fs/cifs/cifssmb.c
@@
-107,7
+107,7
@@
static void mark_open_files_invalid(struct cifs_tcon *pTcon)
static int
cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command)
{
- int rc
= 0
;
+ int rc;
struct cifs_ses *ses;
struct TCP_Server_Info *server;
struct nls_table *nls_codepage;