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

Commit 0da7b19c authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: minor nfsd4_replay_cache_entry cleanup



Maybe this is comment true, who cares?  Handle this like any other
error.

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 3ca2eb98
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -1605,9 +1605,8 @@ nfsd4_replay_cache_entry(struct nfsd4_compoundres *resp,


	dprintk("--> %s slot %p\n", __func__, slot);
	dprintk("--> %s slot %p\n", __func__, slot);


	/* Either returns 0 or nfserr_retry_uncached */
	status = nfsd4_enc_sequence_replay(resp->rqstp->rq_argp, resp);
	status = nfsd4_enc_sequence_replay(resp->rqstp->rq_argp, resp);
	if (status == nfserr_retry_uncached_rep)
	if (status)
		return status;
		return status;


	/* The sequence operation has been encoded, cstate->datap set. */
	/* The sequence operation has been encoded, cstate->datap set. */