diff options
Diffstat (limited to 'fs/cifs/smb2proto.h')
-rw-r--r-- | fs/cifs/smb2proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h index 313813e4c19b..b4eea105b08c 100644 --- a/fs/cifs/smb2proto.h +++ b/fs/cifs/smb2proto.h | |||
@@ -61,7 +61,7 @@ extern void move_smb2_info_to_cifs(FILE_ALL_INFO *dst, | |||
61 | extern int smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, | 61 | extern int smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, |
62 | struct cifs_sb_info *cifs_sb, | 62 | struct cifs_sb_info *cifs_sb, |
63 | const char *full_path, FILE_ALL_INFO *data, | 63 | const char *full_path, FILE_ALL_INFO *data, |
64 | bool *adjust_tz); | 64 | bool *adjust_tz, bool *symlink); |
65 | extern int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, | 65 | extern int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, |
66 | const char *full_path, __u64 size, | 66 | const char *full_path, __u64 size, |
67 | struct cifs_sb_info *cifs_sb, bool set_alloc); | 67 | struct cifs_sb_info *cifs_sb, bool set_alloc); |