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 26b1c1dc93f6..cddb807addde 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -261,7 +261,7 @@ struct smb_version_operations { | |||
261 | /* query path data from the server */ | 261 | /* query path data from the server */ |
262 | int (*query_path_info)(const unsigned int, struct cifs_tcon *, | 262 | int (*query_path_info)(const unsigned int, struct cifs_tcon *, |
263 | struct cifs_sb_info *, const char *, | 263 | struct cifs_sb_info *, const char *, |
264 | FILE_ALL_INFO *, bool *); | 264 | FILE_ALL_INFO *, bool *, bool *); |
265 | /* query file data from the server */ | 265 | /* query file data from the server */ |
266 | int (*query_file_info)(const unsigned int, struct cifs_tcon *, | 266 | int (*query_file_info)(const unsigned int, struct cifs_tcon *, |
267 | struct cifs_fid *, FILE_ALL_INFO *); | 267 | struct cifs_fid *, FILE_ALL_INFO *); |