diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-05-25 06:40:22 -0400 |
---|---|---|
committer | Pavel Shilovsky <pshilovsky@samba.org> | 2012-07-24 13:55:04 -0400 |
commit | 68889f269b16a11866f4ec71e8177bdd0c184a3f (patch) | |
tree | 1593220a714a14fbc49502dbfa1b7402a6ab4914 /fs/cifs/cifsglob.h | |
parent | af4281dc22f1eb8a9503b53330ca02f57db68b25 (diff) |
CIFS: Move is_path_accessible to ops struct
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 | 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 { |