diff options
author | Ronnie Sahlberg <lsahlber@redhat.com> | 2020-12-14 07:40:24 +0100 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2020-12-14 16:26:30 +0100 |
commit | 51acd208bd57c82eaa2fda3cab03d62436c6a2ae (patch) | |
tree | f949b38df2d7574bce4d60283d0c9435d5ffe1d6 /fs/cifs/cifsproto.h | |
parent | cifs: do not allow changing posix_paths during remount (diff) | |
download | linux-51acd208bd57c82eaa2fda3cab03d62436c6a2ae.tar.xz linux-51acd208bd57c82eaa2fda3cab03d62436c6a2ae.zip |
cifs: remove ctx argument from cifs_setup_cifs_sb
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.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 313d252bbbe9..bd1c9b038568 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -234,8 +234,7 @@ extern int cifs_read_page_from_socket(struct TCP_Server_Info *server, struct page *page, unsigned int page_offset, unsigned int to_read); -extern int cifs_setup_cifs_sb(struct smb3_fs_context *ctx, - struct cifs_sb_info *cifs_sb); +extern int cifs_setup_cifs_sb(struct cifs_sb_info *cifs_sb); extern int cifs_match_super(struct super_block *, void *); extern int cifs_mount(struct cifs_sb_info *cifs_sb, struct smb3_fs_context *ctx); extern void cifs_umount(struct cifs_sb_info *); |