projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68984ae
)
[CIFS] Missing ; from previous fix. Pointed out by Shaggy.
author
Steve French
<sfrench@us.ibm.com>
Wed, 17 Aug 2005 19:12:19 +0000
(12:12 -0700)
committer
Steve French
<sfrench@us.ibm.com>
Wed, 17 Aug 2005 19:12:19 +0000
(12:12 -0700)
Signed-off-by: Steve French
fs/cifs/cifssmb.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/cifssmb.c
b/fs/cifs/cifssmb.c
index 459320222cf7d5d3ff77a183d0bf1a8303f42dee..1b073546f5d901c36cf0e40fa1216569f9221fd5 100644
(file)
--- a/
fs/cifs/cifssmb.c
+++ b/
fs/cifs/cifssmb.c
@@
-538,7
+538,7
@@
CIFSSMBLogoff(const int xid, struct cifsSesInfo *ses)
rc = -ESHUTDOWN;
}
}
- up(&ses->sesSem)
+ up(&ses->sesSem)
;
cifs_small_buf_release(pSMB);
/* if session dead then we do not need to do ulogoff,