mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
[PATCH] cifs: missing semicolon from previous fix
Signed-off-by: Steve French (sfrench@us.ibm.com) Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
67010fbc6f
commit
79944bf713
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ struct mid_q_entry {
|
|||
__u8 command; /* smb command code */
|
||||
unsigned multiPart:1; /* multiple responses to one SMB request */
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue