diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-09-18 19:20:26 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-09-24 22:46:26 -0400 |
commit | f0df737ee820ec62055baf2b28e24db4fb1ad71d (patch) | |
tree | bb2aa80babbe6afaa1edcfb1885ad3b8250171c0 /fs/cifs/smb2pdu.h | |
parent | 0ff78a221bf7839a7f20be9929433d17e868e987 (diff) |
CIFS: Add open/close file support for SMB2
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/smb2pdu.h')
-rw-r--r-- | fs/cifs/smb2pdu.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/cifs/smb2pdu.h b/fs/cifs/smb2pdu.h index 15dc8eea8273..0e962cbf8166 100644 --- a/fs/cifs/smb2pdu.h +++ b/fs/cifs/smb2pdu.h | |||
@@ -548,6 +548,10 @@ struct smb2_query_info_rsp { | |||
548 | #define FILEID_GLOBAL_TX_DIRECTORY_INFORMATION 50 | 548 | #define FILEID_GLOBAL_TX_DIRECTORY_INFORMATION 50 |
549 | #define FILE_STANDARD_LINK_INFORMATION 54 | 549 | #define FILE_STANDARD_LINK_INFORMATION 54 |
550 | 550 | ||
551 | struct smb2_file_internal_info { | ||
552 | __le64 IndexNumber; | ||
553 | } __packed; /* level 6 Query */ | ||
554 | |||
551 | /* | 555 | /* |
552 | * This level 18, although with struct with same name is different from cifs | 556 | * This level 18, although with struct with same name is different from cifs |
553 | * level 0x107. Level 0x107 has an extra u64 between AccessFlags and | 557 | * level 0x107. Level 0x107 has an extra u64 between AccessFlags and |