cifs: move cache mount options to fs_context.ch
authorRonnie Sahlberg <lsahlber@redhat.com>
Wed, 21 Oct 2020 01:30:35 +0000 (11:30 +1000)
committerSteve French <stfrench@microsoft.com>
Thu, 22 Oct 2020 17:17:05 +0000 (12:17 -0500)
commit2f20f076865daed006459b39ba78c2fc23b5c8b4
treedc5040051efa9cbd928340f1eb270644fc6610f7
parent5c6e5aa496804451fc94d00a7cf9be2e3051ae29
cifs: move cache mount options to fs_context.ch

Helps to shrink connect.c and make it more readable
by moving mount related code to fs_context.c and
fs_context.h

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
fs/cifs/connect.c
fs/cifs/fs_context.c
fs/cifs/fs_context.h