Commit a59c6586 authored by Steve French's avatar Steve French

[CIFS] Missing ; from previous fix. Pointed out by Shaggy.

Signed-off-by: Steve French
parent 68984aed
...@@ -538,7 +538,7 @@ CIFSSMBLogoff(const int xid, struct cifsSesInfo *ses) ...@@ -538,7 +538,7 @@ CIFSSMBLogoff(const int xid, struct cifsSesInfo *ses)
rc = -ESHUTDOWN; rc = -ESHUTDOWN;
} }
} }
up(&ses->sesSem) up(&ses->sesSem);
cifs_small_buf_release(pSMB); cifs_small_buf_release(pSMB);
/* if session dead then we do not need to do ulogoff, /* if session dead then we do not need to do ulogoff,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment