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/cifsglob.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/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 39bf2f3e866a..8a69dae81d3a 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -757,6 +757,10 @@ struct cifs_search_info { | |||
757 | 757 | ||
758 | struct cifs_fid { | 758 | struct cifs_fid { |
759 | __u16 netfid; | 759 | __u16 netfid; |
760 | #ifdef CONFIG_CIFS_SMB2 | ||
761 | __u64 persistent_fid; /* persist file id for smb2 */ | ||
762 | __u64 volatile_fid; /* volatile file id for smb2 */ | ||
763 | #endif | ||
760 | }; | 764 | }; |
761 | 765 | ||
762 | struct cifsFileInfo { | 766 | struct cifsFileInfo { |