diff options
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; }; /* |