[CIFS] Missing ; from previous fix. Pointed out by Shaggy.
authorSteve French <sfrench@us.ibm.com>
Wed, 17 Aug 2005 19:12:19 +0000 (12:12 -0700)
committerSteve 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

index 4593202..1b07354 100644 (file)
@@ -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,