From: Steve French Date: Wed, 17 Aug 2005 19:12:19 +0000 (-0700) Subject: [CIFS] Missing ; from previous fix. Pointed out by Shaggy. X-Git-Tag: v2.6.15-rc1~18^2~35^2~5^2~55 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=a59c658607b63ec7b6c2536597a075ee307b1b4c;p=linux-2.6-omap-h63xx.git [CIFS] Missing ; from previous fix. Pointed out by Shaggy. Signed-off-by: Steve French --- diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c index 459320222cf..1b073546f5d 100644 --- a/fs/cifs/cifssmb.c +++ b/fs/cifs/cifssmb.c @@ -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,