[CIFS] Rename compose_mount_options to cifs_compose_mount_options.
[firefly-linux-kernel-4.4.55.git] / fs / cifs / cifsproto.h
index a069e7bfd2d09fc57d71f37be192befd444f2f3a..4167716d32f26d7ee1c9e0d040ac93e5f28546dc 100644 (file)
@@ -44,6 +44,9 @@ extern void _FreeXid(unsigned int);
 extern char *build_path_from_dentry(struct dentry *);
 extern char *cifs_build_path_to_root(struct cifs_sb_info *cifs_sb);
 extern char *build_wildcard_path_from_dentry(struct dentry *direntry);
+extern char *cifs_compose_mount_options(const char *sb_mountdata,
+               const char *fullpath, const struct dfs_info3_param *ref,
+               char **devname);
 /* extern void renew_parental_timestamps(struct dentry *direntry);*/
 extern int SendReceive(const unsigned int /* xid */ , struct cifsSesInfo *,
                        struct smb_hdr * /* input */ ,