]> 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)
commitd4e921c0de915d59e99d99ce33dcf0b4346712d5
tree6905833c1f01499af9cc1368cc21212593bab21e
parent4bb636fb8f3ece8aa34c84714322d4ae5a05fbd1
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