diff options
author | Steve French <smfrench@austin.rr.com> | 2005-04-29 01:41:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-29 01:41:09 -0400 |
commit | 79944bf71352f33f984ac3973b159b5c2cee139d (patch) | |
tree | 174114fec801a31e00f5ffaeb7e9b9fc1ca40a40 /fs | |
parent | 67010fbc6ff889aaf86592bc148d705c5b9e1a27 (diff) |
[PATCH] cifs: missing semicolon from previous fix
Signed-off-by: Steve French (sfrench@us.ibm.com)
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/cifs/cifsglob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 8fc0801f8457..81babab265e1 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -321,7 +321,7 @@ struct mid_q_entry { | |||
321 | __u8 command; /* smb command code */ | 321 | __u8 command; /* smb command code */ |
322 | unsigned multiPart:1; /* multiple responses to one SMB request */ | 322 | unsigned multiPart:1; /* multiple responses to one SMB request */ |
323 | unsigned largeBuf:1; /* if valid response, is pointer to large buf */ | 323 | unsigned largeBuf:1; /* if valid response, is pointer to large buf */ |
324 | unsigned multiResp:1 /* multiple trans2 responses for one request */ | 324 | unsigned multiResp:1; /* multiple trans2 responses for one request */ |
325 | }; | 325 | }; |
326 | 326 | ||
327 | struct oplock_q_entry { | 327 | struct oplock_q_entry { |