diff options
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index acfa68569f3d..f711d666e3db 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -215,6 +215,9 @@ struct smb_version_operations { | |||
215 | unsigned int *, const struct nls_table *, int); | 215 | unsigned int *, const struct nls_table *, int); |
216 | /* informational QFS call */ | 216 | /* informational QFS call */ |
217 | void (*qfs_tcon)(const unsigned int, struct cifs_tcon *); | 217 | void (*qfs_tcon)(const unsigned int, struct cifs_tcon *); |
218 | /* check if a path is accessible or not */ | ||
219 | int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, | ||
220 | struct cifs_sb_info *, const char *); | ||
218 | }; | 221 | }; |
219 | 222 | ||
220 | struct smb_version_values { | 223 | struct smb_version_values { |