|
@@ -909,7 +909,7 @@ static __be32 nfs4_callback_compound(struct svc_rqst *rqstp, void *argp, void *r
|
|
xdr_init_encode(&xdr_out, &rqstp->rq_res, p);
|
|
xdr_init_encode(&xdr_out, &rqstp->rq_res, p);
|
|
|
|
|
|
status = decode_compound_hdr_arg(&xdr_in, &hdr_arg);
|
|
status = decode_compound_hdr_arg(&xdr_in, &hdr_arg);
|
|
- if (status == __constant_htonl(NFS4ERR_RESOURCE))
|
|
|
|
|
|
+ if (status == htonl(NFS4ERR_RESOURCE))
|
|
return rpc_garbage_args;
|
|
return rpc_garbage_args;
|
|
|
|
|
|
if (hdr_arg.minorversion == 0) {
|
|
if (hdr_arg.minorversion == 0) {
|