NFS: pass struct nfs_client_initdata to nfs4_set_client
authorChristoph Hellwig <hch@lst.de>
Mon, 14 Jul 2025 06:30:45 +0000 (08:30 +0200)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Tue, 22 Jul 2025 12:10:17 +0000 (08:10 -0400)
commitf3fc8f06492693d4fcb32c9821fb465d4c7f5a97
tree69b9f9273d08504d81fa68c3e88c842972601a90
parent7db6e66663681abda54f81d5916db3a3b8b1a13d
NFS: pass struct nfs_client_initdata to nfs4_set_client

Passed the partially filled out structure to nfs4_set_client instead of
11 arguments that then get stashed into the structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/nfs4client.c