|
@@ -236,7 +236,7 @@ struct svc_rqst {
|
|
struct svc_cred rq_cred; /* auth info */
|
|
struct svc_cred rq_cred; /* auth info */
|
|
void * rq_xprt_ctxt; /* transport specific context ptr */
|
|
void * rq_xprt_ctxt; /* transport specific context ptr */
|
|
struct svc_deferred_req*rq_deferred; /* deferred request we are replaying */
|
|
struct svc_deferred_req*rq_deferred; /* deferred request we are replaying */
|
|
- int rq_usedeferral; /* use deferral */
|
|
|
|
|
|
+ bool rq_usedeferral; /* use deferral */
|
|
|
|
|
|
size_t rq_xprt_hlen; /* xprt header len */
|
|
size_t rq_xprt_hlen; /* xprt header len */
|
|
struct xdr_buf rq_arg;
|
|
struct xdr_buf rq_arg;
|
|
@@ -277,7 +277,7 @@ struct svc_rqst {
|
|
struct auth_domain * rq_gssclient; /* "gss/"-style peer info */
|
|
struct auth_domain * rq_gssclient; /* "gss/"-style peer info */
|
|
int rq_cachetype;
|
|
int rq_cachetype;
|
|
struct svc_cacherep * rq_cacherep; /* cache info */
|
|
struct svc_cacherep * rq_cacherep; /* cache info */
|
|
- int rq_splice_ok; /* turned off in gss privacy
|
|
|
|
|
|
+ bool rq_splice_ok; /* turned off in gss privacy
|
|
* to prevent encrypting page
|
|
* to prevent encrypting page
|
|
* cache pages */
|
|
* cache pages */
|
|
wait_queue_head_t rq_wait; /* synchronization */
|
|
wait_queue_head_t rq_wait; /* synchronization */
|