]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit42e1cca7e91e1a7502694cfd18857ed243f54174
tree6905833c1f01499af9cc1368cc21212593bab21e
parent172d9de15a0da9b6d52d2bae21a362689d82d35a
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