[CIFS] Missing ; from previous fix. Pointed out by Shaggy.
Signed-off-by: Steve French
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user