Commit 1905cac9 authored by Chuck Lever's avatar Chuck Lever Committed by J. Bruce Fields

NFSD: NFSv3 PATHCONF Reply is improperly formed

Commit cc028a10 ("NFSD: Hoist status code encoding into XDR
encoder functions") missed a spot.
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
Signed-off-by: default avatarJ. Bruce Fields <bfields@redhat.com>
parent 3cea11cd
......@@ -1114,6 +1114,7 @@ nfs3svc_encode_pathconfres(struct svc_rqst *rqstp, __be32 *p)
{
struct nfsd3_pathconfres *resp = rqstp->rq_resp;
*p++ = resp->status;
*p++ = xdr_zero; /* no post_op_attr */
if (resp->status == 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment