aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <lsahlber@redhat.com>2020-12-10 00:08:43 -0600
committerSteve French <stfrench@microsoft.com>2020-12-13 19:12:07 -0600
commit4deb075985ec52961cf43666cd9e12af1241b3cf (patch)
tree13f7d337148f469541309ac988296d3d61f47b60 /fs/cifs/cifsproto.h
parentcifs: switch to new mount api (diff)
downloadlinux-dev-4deb075985ec52961cf43666cd9e12af1241b3cf.tar.xz
linux-dev-4deb075985ec52961cf43666cd9e12af1241b3cf.zip
cifs: remove the devname argument to cifs_compose_mount_options
none of the callers use this argument any more. Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r--fs/cifs/cifsproto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h
index 8dde386d4893..aa7a717c34ab 100644
--- a/fs/cifs/cifsproto.h
+++ b/fs/cifs/cifsproto.h
@@ -78,8 +78,7 @@ extern char *cifs_build_path_to_root(struct smb3_fs_context *ctx,
int add_treename);
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);
+ const char *fullpath, const struct dfs_info3_param *ref);
/* extern void renew_parental_timestamps(struct dentry *direntry);*/
extern struct mid_q_entry *AllocMidQEntry(const struct smb_hdr *smb_buffer,
struct TCP_Server_Info *server);