aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/svc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sunrpc/svc.h')
-rw-r--r--include/linux/sunrpc/svc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h
index 6a3cf4c76dce..d4ea3e5246b0 100644
--- a/include/linux/sunrpc/svc.h
+++ b/include/linux/sunrpc/svc.h
@@ -255,6 +255,7 @@ struct svc_rqst {
255#define RQ_SECURE (0) /* secure port */ 255#define RQ_SECURE (0) /* secure port */
256#define RQ_LOCAL (1) /* local request */ 256#define RQ_LOCAL (1) /* local request */
257#define RQ_USEDEFERRAL (2) /* use deferral */ 257#define RQ_USEDEFERRAL (2) /* use deferral */
258#define RQ_DROPME (3) /* drop current reply */
258 unsigned long rq_flags; /* flags field */ 259 unsigned long rq_flags; /* flags field */
259 260
260 void * rq_argp; /* decoded arguments */ 261 void * rq_argp; /* decoded arguments */
@@ -271,7 +272,6 @@ struct svc_rqst {
271 struct cache_req rq_chandle; /* handle passed to caches for 272 struct cache_req rq_chandle; /* handle passed to caches for
272 * request delaying 273 * request delaying
273 */ 274 */
274 bool rq_dropme;
275 /* Catering to nfsd */ 275 /* Catering to nfsd */
276 struct auth_domain * rq_client; /* RPC peer info */ 276 struct auth_domain * rq_client; /* RPC peer info */
277 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */ 277 struct auth_domain * rq_gssclient; /* "gss/"-style peer info */