Merge branch 'akpm' (fixes from Andrew Morton)
[deliverable/linux.git] / net / sunrpc / svc.c
index 5de6801cd924ec8e71d216bd5ea9ebffd4a391a8..1db5007ddbceafa65bdc009a97bd018c68c80c73 100644 (file)
@@ -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 */
This page took 0.027806 seconds and 5 git commands to generate.