cifs: get rid of cifs_sb->mountdata
authorRonnie Sahlberg <lsahlber@redhat.com>
Mon, 9 Nov 2020 23:12:31 +0000 (09:12 +1000)
committerSteve French <stfrench@microsoft.com>
Mon, 14 Dec 2020 01:12:07 +0000 (19:12 -0600)
commita2a52a8a3601c37a68b31b734f5a06af8a7903f1
tree2c4c2a0c0778590f5563076a546dc430df56cfef
parentd17abdf7566566fc402c31899b353044a7ff3cf4
cifs: get rid of cifs_sb->mountdata

as we now have a full smb3_fs_context as part of the cifs superblock
we no longer need a local copy of the mount options and can just
reference the copy in the smb3_fs_context.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Reviewed-by: Shyam Prasad N <sprasad@microsoft.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/cifs_dfs_ref.c
fs/cifs/cifs_fs_sb.h
fs/cifs/cifsfs.c
fs/cifs/connect.c