]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Change nfs4_setup_sequence() to take an nfs_client structure
authorAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 9 Jan 2017 20:48:22 +0000 (15:48 -0500)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 30 Jan 2017 18:14:50 +0000 (13:14 -0500)
commitd24d874807e09cd68ef92e5fb496ada182335b5b
tree6905833c1f01499af9cc1368cc21212593bab21e
parent940def1346b2c4de106dfc1d3cff50174252e133
NFS: Change nfs4_setup_sequence() to take an nfs_client structure

I want to have all callers use this function, rather than calling the
NFS v4.0 and v4.1 versions directly.  This includes pNFS, which only has
access to the nfs_client structure in some places.

Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/nfs4proc.c