Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9556000d authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFSv4.1: Ensure that layoutreturn uses the correct credential



We need to use the same credential as was used for the layoutget
and/or layoutcommit operations.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 6ab59344
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6452,6 +6452,7 @@ int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp)
		.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
		.rpc_argp = &lrp->args,
		.rpc_resp = &lrp->res,
		.rpc_cred = lrp->cred,
	};
	struct rpc_task_setup task_setup_data = {
		.rpc_client = lrp->clp->cl_rpcclient,
+1 −0
Original line number Diff line number Diff line
@@ -861,6 +861,7 @@ _pnfs_return_layout(struct inode *ino)
	lrp->args.inode = ino;
	lrp->args.layout = lo;
	lrp->clp = NFS_SERVER(ino)->nfs_client;
	lrp->cred = lo->plh_lc_cred;

	status = nfs4_proc_layoutreturn(lrp);
out: