NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context
authorDavid Howells <dhowells@redhat.com>
Tue, 10 Dec 2019 12:31:06 +0000 (07:31 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Wed, 15 Jan 2020 15:15:17 +0000 (10:15 -0500)
commit5eb005caf5383dd328199f0f2114cd7dad731d3d
tree45c8ef773bb4135b0dac90583ee541bd97530509
parente0a626b1247496971dfbed35d104f77e286c70bb
NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_context

Rename struct nfs_parsed_mount_data to struct nfs_fs_context and rename
pointers to it to "ctx".  At some point this will be pointed to by an
fs_context struct's fs_private pointer.

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/client.c
fs/nfs/fs_context.c
fs/nfs/internal.h
fs/nfs/nfs4client.c
fs/nfs/nfs4super.c
fs/nfs/super.c