diff --git a/[refs] b/[refs] index b5523de30b79..cf327483936a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 67010fbc6ff889aaf86592bc148d705c5b9e1a27 +refs/heads/master: 79944bf71352f33f984ac3973b159b5c2cee139d diff --git a/trunk/fs/cifs/cifsglob.h b/trunk/fs/cifs/cifsglob.h index 8fc0801f8457..81babab265e1 100644 --- a/trunk/fs/cifs/cifsglob.h +++ b/trunk/fs/cifs/cifsglob.h @@ -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 {