mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
NFSD: Update the NFSv3 SETACL result encoder to use struct xdr_stream
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
@@ -219,11 +219,11 @@ static int nfs3svc_encode_getaclres(struct svc_rqst *rqstp, __be32 *p)
|
|||||||
/* SETACL */
|
/* SETACL */
|
||||||
static int nfs3svc_encode_setaclres(struct svc_rqst *rqstp, __be32 *p)
|
static int nfs3svc_encode_setaclres(struct svc_rqst *rqstp, __be32 *p)
|
||||||
{
|
{
|
||||||
|
struct xdr_stream *xdr = &rqstp->rq_res_stream;
|
||||||
struct nfsd3_attrstat *resp = rqstp->rq_resp;
|
struct nfsd3_attrstat *resp = rqstp->rq_resp;
|
||||||
|
|
||||||
*p++ = resp->status;
|
return svcxdr_encode_nfsstat3(xdr, resp->status) &&
|
||||||
p = nfs3svc_encode_post_op_attr(rqstp, p, &resp->fh);
|
svcxdr_encode_post_op_attr(rqstp, xdr, &resp->fh);
|
||||||
return xdr_ressize_check(rqstp, p);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user