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 52ca861ed35e..ec6c3fbb29eb 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -308,6 +308,9 @@ struct smb_version_operations { | |||
308 | int (*create_hardlink)(const unsigned int, struct cifs_tcon *, | 308 | int (*create_hardlink)(const unsigned int, struct cifs_tcon *, |
309 | const char *, const char *, | 309 | const char *, const char *, |
310 | struct cifs_sb_info *); | 310 | struct cifs_sb_info *); |
311 | /* query symlink target */ | ||
312 | int (*query_symlink)(const unsigned int, struct cifs_tcon *, | ||
313 | const char *, char **, struct cifs_sb_info *); | ||
311 | /* open a file for non-posix mounts */ | 314 | /* open a file for non-posix mounts */ |
312 | int (*open)(const unsigned int, struct cifs_open_parms *, | 315 | int (*open)(const unsigned int, struct cifs_open_parms *, |
313 | __u32 *, FILE_ALL_INFO *); | 316 | __u32 *, FILE_ALL_INFO *); |