NFS: Move mount parameterisation bits into their own file
authorDavid Howells <dhowells@redhat.com>
Tue, 10 Dec 2019 12:31:04 +0000 (07:31 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 15 Jan 2020 15:15:17 +0000 (10:15 -0500)
commit9954bf92c0cddd50a2a470be302e1c1ffdf21d42
tree617ee88362af1623b2e1212f844b586829d33ba9
parentadf2314fe667565258f304a04990d334defabeaf
NFS: Move mount parameterisation bits into their own file

Split various bits relating to mount parameterisation out from
fs/nfs/super.c into their own file to form the basis of filesystem context
handling for NFS.

No other changes are made to the code beyond removing 'static' qualifiers.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/Makefile
fs/nfs/fs_context.c [new file with mode: 0644]
fs/nfs/internal.h
fs/nfs/super.c