]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit21556425a488c0ceae7f841ba57e52a600465578
tree45c8ef773bb4135b0dac90583ee541bd97530509
parent94530ab011e8f3e7aa7833a83a9e58e9cb71e8c8
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