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

Commit 56560b9a authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

nfsd4: 4.1 SECINFO should consume filehandle



See the referenced spec language; an attempt by a 4.1 client to use the
current filehandle after a secinfo call should result in a NOFILEHANDLE
error.

Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent f3c0ceea
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -769,6 +769,9 @@ nfsd4_secinfo(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
	} else
		secinfo->si_exp = exp;
	dput(dentry);
	if (cstate->minorversion)
		/* See rfc 5661 section 2.6.3.1.1.8 */
		fh_put(&cstate->current_fh);
	return err;
}