diff options
author | Pavel Shilovsky <piastry@etersoft.ru> | 2012-02-28 06:23:34 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2012-05-16 21:13:36 -0400 |
commit | 106dc538abac88e804c63b7fe21ffb09cffaefc7 (patch) | |
tree | f3c4a0075e09c852b42a6f265a4dea42761352ed /fs/cifs/cifsglob.h | |
parent | 04a6aa8acfac51385ec3e72fac1227e15db78ed9 (diff) |
CIFS: Separate protocol specific lock type handling
Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index 0e06de16f34e..6943448c57e2 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -164,6 +164,10 @@ struct smb_version_operations { | |||
164 | 164 | ||
165 | struct smb_version_values { | 165 | struct smb_version_values { |
166 | char *version_string; | 166 | char *version_string; |
167 | __u32 large_lock_type; | ||
168 | __u32 exclusive_lock_type; | ||
169 | __u32 shared_lock_type; | ||
170 | __u32 unlock_lock_type; | ||
167 | }; | 171 | }; |
168 | 172 | ||
169 | struct smb_vol { | 173 | struct smb_vol { |