]> 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)
commita93cf7881d44044dd3398fe9586cb879480dbd94
tree617ee88362af1623b2e1212f844b586829d33ba9
parent1d74cb6ceaa20025d9fcaddcef3f227fddb7181e
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