summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
diff options
context:
space:
mode:
authorSteve French2005-08-17 21:12:19 +0200
committerSteve French2005-08-17 21:12:19 +0200
commita59c658607b63ec7b6c2536597a075ee307b1b4c (patch)
treee5217df2f7e4a2b3bce1ab8fff4816cc6cd4e964 /fs/cifs/cifssmb.c
parentMerge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git (diff)
downloadkernel-qcow2-linux-a59c658607b63ec7b6c2536597a075ee307b1b4c.tar.gz
kernel-qcow2-linux-a59c658607b63ec7b6c2536597a075ee307b1b4c.tar.xz
kernel-qcow2-linux-a59c658607b63ec7b6c2536597a075ee307b1b4c.zip
[CIFS] Missing ; from previous fix. Pointed out by Shaggy.
Signed-off-by: Steve French
Diffstat (limited to 'fs/cifs/cifssmb.c')
-rw-r--r--fs/cifs/cifssmb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifssmb.c b/fs/cifs/cifssmb.c
index 459320222cf7..1b073546f5d9 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,