mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
[CIFS] Missing ; from previous fix. Pointed out by Shaggy.
Signed-off-by: Steve French
This commit is contained in:
parent
68984aedab
commit
a59c658607
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user