Skip to content

Commit

Permalink
[PATCH] cifs: missing semicolon from previous fix
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French (sfrench@us.ibm.com)
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Steve French authored and Linus Torvalds committed Apr 29, 2005
1 parent 67010fb commit 79944bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/cifsglob.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 79944bf

Please sign in to comment.