]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2f63cd1ba43807bac599bcc9562614bd4c9b250f
tree617ee88362af1623b2e1212f844b586829d33ba9
parent6dac3b1519b20dd23cc520a260632d2e8de9ec79
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