提交 a59c6586 编写于 作者: S Steve French

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

Signed-off-by: Steve French
上级 68984aed
......@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册