cifs: get rid of mount options string parsing
authorPaulo Alcantara <pc@cjr.nz>
Tue, 4 Oct 2022 21:41:27 +0000 (18:41 -0300)
committerSteve French <stfrench@microsoft.com>
Mon, 19 Dec 2022 14:03:11 +0000 (08:03 -0600)
commitabdb1742a312388651f04ca04e6e2ec2b0af5288
tree9c2bede0e6486973dbd2288af1821e10342428e7
parent9fd29a5bae6e8f94b410374099a6fddb253d2d5f
cifs: get rid of mount options string parsing

After switching to filesystem context support, we no longer need to
handle mount options string when chasing dfs referrals.  Now, we set
the new values directly into smb3_fs_context.

Start working on a separate source file to handle most dfs related
mount functions as connect.c has already became too big.  The
remaining functions will be moved gradually in follow-up patches.

Signed-off-by: Paulo Alcantara (SUSE) <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/Makefile
fs/cifs/cifs_dfs_ref.c
fs/cifs/cifsfs.c
fs/cifs/cifsproto.h
fs/cifs/connect.c
fs/cifs/dfs.c [new file with mode: 0644]
fs/cifs/dfs.h [new file with mode: 0644]