summaryrefslogtreecommitdiffstats
path: root/fs/cifs/fs_context.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <lsahlber@redhat.com>2020-11-02 00:36:24 +0100
committerSteve French <stfrench@microsoft.com>2020-12-14 02:12:07 +0100
commit837e3a1bbfdc105216972c83f693e96969c62351 (patch)
treec82bc65764b3db66cd7c7252f9fde759e0772e7f /fs/cifs/fs_context.h
parentcifs: rename smb_vol as smb3_fs_context and move it to fs_context.h (diff)
downloadlinux-837e3a1bbfdc105216972c83f693e96969c62351.tar.xz
linux-837e3a1bbfdc105216972c83f693e96969c62351.zip
cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.c
Continue restructuring needed for support of new mount API Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/fs_context.h')
-rw-r--r--fs/cifs/fs_context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/cifs/fs_context.h b/fs/cifs/fs_context.h
index f217bd600c1e..1ac5e1d202b6 100644
--- a/fs/cifs/fs_context.h
+++ b/fs/cifs/fs_context.h
@@ -152,6 +152,7 @@ struct smb3_fs_context {
bool rootfs:1; /* if it's a SMB root file system */
};
-int cifs_parse_security_flavors(char *value, struct smb3_fs_context *ctx);
+extern int cifs_parse_security_flavors(char *value, struct smb3_fs_context *ctx);
+extern int smb3_fs_context_dup(struct smb3_fs_context *new_ctx, struct smb3_fs_context *ctx);
#endif