diff options
Diffstat (limited to 'net/sunrpc/svc.c')
| -rw-r--r-- | net/sunrpc/svc.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sunrpc/svc.c b/net/sunrpc/svc.c index 5de6801cd924..1db5007ddbce 100644 --- a/net/sunrpc/svc.c +++ b/net/sunrpc/svc.c @@ -1086,9 +1086,9 @@ svc_process_common(struct svc_rqst *rqstp, struct kvec *argv, struct kvec *resv)  		goto err_short_len;  	/* Will be turned off only in gss privacy case: */ -	rqstp->rq_splice_ok = 1; +	rqstp->rq_splice_ok = true;  	/* Will be turned off only when NFSv4 Sessions are used */ -	rqstp->rq_usedeferral = 1; +	rqstp->rq_usedeferral = true;  	rqstp->rq_dropme = false;  	/* Setup reply header */  |