diff options
author | Samuel Cabrero <scabrero@suse.de> | 2020-11-30 21:02:48 +0300 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2020-12-14 18:16:22 +0300 |
commit | e73a42e07a2246ecd8b0cad70824d26ab07985c2 (patch) | |
tree | 3de15027ab55dcbf92a4fbd3c4f7bb3392f01707 /fs/cifs/fscache.h | |
parent | a87e67254bc5da9ca6f3899e354fcf03d12cfd10 (diff) | |
download | linux-e73a42e07a2246ecd8b0cad70824d26ab07985c2.tar.xz |
cifs: Make extract_sharename function public
Move the function to misc.c
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/fscache.h')
-rw-r--r-- | fs/cifs/fscache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/cifs/fscache.h b/fs/cifs/fscache.h index 1091633d2adb..e811f2dd7619 100644 --- a/fs/cifs/fscache.h +++ b/fs/cifs/fscache.h @@ -57,7 +57,6 @@ extern const struct fscache_cookie_def cifs_fscache_inode_object_def; extern int cifs_fscache_register(void); extern void cifs_fscache_unregister(void); -extern char *extract_sharename(const char *); /* * fscache.c |