diff options
author | Samuel Cabrero | 2020-11-30 19:02:47 +0100 |
---|---|---|
committer | Steve French | 2020-12-14 09:16:22 -0600 |
commit | a87e67254bc5da9ca6f3899e354fcf03d12cfd10 (patch) | |
tree | b930a8acd6fe97cf896e7e56be5875af6d3ab273 /fs/cifs/cifsproto.h | |
parent | a2a52a8a3601c37a68b31b734f5a06af8a7903f1 (diff) |
cifs: Make extract_hostname function public
Move the function to misc.c and give it a public header.
Signed-off-by: Samuel Cabrero <scabrero@suse.de>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index aa7a717c34ab..3fe0c4a0d36d 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -617,6 +617,7 @@ int smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov, struct super_block *cifs_get_tcp_super(struct TCP_Server_Info *server); void cifs_put_tcp_super(struct super_block *sb); int update_super_prepath(struct cifs_tcon *tcon, char *prefix); +char *extract_hostname(const char *unc); #ifdef CONFIG_CIFS_DFS_UPCALL static inline int get_dfs_path(const unsigned int xid, struct cifs_ses *ses, |