aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
diff options
context:
space:
mode:
authorPavel Shilovsky <pshilovsky@samba.org>2012-09-18 19:20:26 -0400
committerSteve French <smfrench@gmail.com>2012-09-24 22:46:26 -0400
commit4ad6504453644f57f7b6cf9c7bfc9d1372c5ad15 (patch)
tree21618335408bfeda325e151f3d3d1733cb38761c /fs/cifs/cifsglob.h
parentf0df737ee820ec62055baf2b28e24db4fb1ad71d (diff)
CIFS: Move guery file info code to ops struct
and make cifs_get_file_info(_unix) calls static. 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h
index 8a69dae81d3a..500ecb921b85 100644
--- a/fs/cifs/cifsglob.h
+++ b/fs/cifs/cifsglob.h
@@ -236,6 +236,9 @@ struct smb_version_operations {
236 int (*query_path_info)(const unsigned int, struct cifs_tcon *, 236 int (*query_path_info)(const unsigned int, struct cifs_tcon *,
237 struct cifs_sb_info *, const char *, 237 struct cifs_sb_info *, const char *,
238 FILE_ALL_INFO *, bool *); 238 FILE_ALL_INFO *, bool *);
239 /* query file data from the server */
240 int (*query_file_info)(const unsigned int, struct cifs_tcon *,
241 struct cifs_fid *, FILE_ALL_INFO *);
239 /* get server index number */ 242 /* get server index number */
240 int (*get_srv_inum)(const unsigned int, struct cifs_tcon *, 243 int (*get_srv_inum)(const unsigned int, struct cifs_tcon *,
241 struct cifs_sb_info *, const char *, 244 struct cifs_sb_info *, const char *,