SUNRPC: Remove RQ_SPLICE_OK
[sfrench/cifs-2.6.git] / net / sunrpc / svc.c
index 3f2ea7a0496fdc520a498fe9dd3af0eafcc75c98..fa4e23fa0e0911b21286741fad297901c9b71062 100644 (file)
@@ -1305,8 +1305,6 @@ svc_process_common(struct svc_rqst *rqstp)
        int                     rc;
        __be32                  *p;
 
-       /* Will be turned off by GSS integrity and privacy services */
-       set_bit(RQ_SPLICE_OK, &rqstp->rq_flags);
        /* Will be turned off only when NFSv4 Sessions are used */
        set_bit(RQ_USEDEFERRAL, &rqstp->rq_flags);
        clear_bit(RQ_DROPME, &rqstp->rq_flags);