Commit 79944bf7 authored by Steve French's avatar Steve French Committed by Linus Torvalds

[PATCH] cifs: missing semicolon from previous fix

Signed-off-by: Steve French (sfrench@us.ibm.com)
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 67010fbc
...@@ -321,7 +321,7 @@ struct mid_q_entry { ...@@ -321,7 +321,7 @@ struct mid_q_entry {
__u8 command; /* smb command code */ __u8 command; /* smb command code */
unsigned multiPart:1; /* multiple responses to one SMB request */ unsigned multiPart:1; /* multiple responses to one SMB request */
unsigned largeBuf:1; /* if valid response, is pointer to large buf */ unsigned largeBuf:1; /* if valid response, is pointer to large buf */
unsigned multiResp:1 /* multiple trans2 responses for one request */ unsigned multiResp:1; /* multiple trans2 responses for one request */
}; };
struct oplock_q_entry { struct oplock_q_entry {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment