diff options
author | Pavel Shilovsky <piastry@etersoft.ru> | 2012-02-28 14:16:55 +0300 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2012-05-16 20:13:35 -0500 |
commit | 04a6aa8acfac51385ec3e72fac1227e15db78ed9 (patch) | |
tree | 72a73c0d451b9f01714e6f2387d120b6ed165403 /fs/cifs/cifsglob.h | |
parent | fbd35acadd728eac5d94f360c7cd8cbe12a0379f (diff) |
CIFS: Convert lock type to 32 bit variable
to handle SMB2 lock type field further.
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-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 03d24a5c9774..0e06de16f34e 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h @@ -567,7 +567,7 @@ struct cifsLockInfo { __u64 offset; __u64 length; __u32 pid; - __u8 type; + __u32 type; }; /* |