commit | a59c658607b63ec7b6c2536597a075ee307b1b4c | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Wed Aug 17 12:12:19 2005 -0700 |
committer | Steve French <sfrench@us.ibm.com> | Wed Aug 17 12:12:19 2005 -0700 |
tree | e5217df2f7e4a2b3bce1ab8fff4816cc6cd4e964 | |
parent | 68984aedabf2552aeb21b9ed232cb8f685444e3a [diff] |
[CIFS] Missing ; from previous fix. Pointed out by Shaggy. Signed-off-by: Steve French
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 4593202..1b07354 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c
@@ -538,7 +538,7 @@ rc = -ESHUTDOWN; } } - up(&ses->sesSem) + up(&ses->sesSem); cifs_small_buf_release(pSMB); /* if session dead then we do not need to do ulogoff,