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

Commit 41ae6e71 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: better VERIFY comment



This confuses me every time.

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 208d0acc
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -1069,8 +1069,10 @@ _nfsd4_verify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
				    cstate->current_fh.fh_dentry, &p,
				    count, verify->ve_bmval,
				    rqstp, 0);

	/* this means that nfsd4_encode_fattr() ran out of space */
	/*
	 * If nfsd4_encode_fattr() ran out of space, assume that's because
	 * the attributes are longer (hence different) than those given:
	 */
	if (status == nfserr_resource)
		status = nfserr_not_same;
	if (status)