diff options
author | Aurelien Aptel <aaptel@suse.com> | 2021-03-01 19:32:09 +0100 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2021-04-25 23:28:24 +0200 |
commit | d9a8692277496bf7ef7cd6ae76619b58bfb36c15 (patch) | |
tree | 6ac449ad42d6366b43a8bd14f62901b5ce26d1fd /fs/cifs/fs_context.h | |
parent | cifs: make fs_context error logging wrapper (diff) | |
download | linux-d9a8692277496bf7ef7cd6ae76619b58bfb36c15.tar.xz linux-d9a8692277496bf7ef7cd6ae76619b58bfb36c15.zip |
cifs: add fs_context param to parsing helpers
Add fs_context param to parsing helpers to be able to log into it in
next patch.
Make some helper static as they are not used outside of fs_context.c
Signed-off-by: Aurelien Aptel <aaptel@suse.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
-rw-r--r-- | fs/cifs/fs_context.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/cifs/fs_context.h b/fs/cifs/fs_context.h index dc0b7c9489f5..56d7a75e2390 100644 --- a/fs/cifs/fs_context.h +++ b/fs/cifs/fs_context.h @@ -262,10 +262,6 @@ struct smb3_fs_context { extern const struct fs_parameter_spec smb3_fs_parameters[]; -extern int cifs_parse_cache_flavor(char *value, - struct smb3_fs_context *ctx); -extern int cifs_parse_security_flavors(char *value, - struct smb3_fs_context *ctx); extern int smb3_init_fs_context(struct fs_context *fc); extern void smb3_cleanup_fs_context_contents(struct smb3_fs_context *ctx); extern void smb3_cleanup_fs_context(struct smb3_fs_context *ctx); |