]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit54547ef66e25183b9e9651ed2b54703a183beaa9
tree2c4c2a0c0778590f5563076a546dc430df56cfef
parent627cb909ab70901cd4e8fa4bd03dfefcd2f65c3c
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