diff options
| author | Jeff Layton <jlayton@primarydata.com> | 2014-11-19 07:51:15 -0500 |
|---|---|---|
| committer | J. Bruce Fields <bfields@redhat.com> | 2014-12-09 11:21:21 -0500 |
| commit | 7501cc2bcf9a71cc1f19e38775c234815ee44578 (patch) | |
| tree | cd60b136d4912a98a5efa722e4028bf5c3a29551 /include/linux/sunrpc | |
| parent | 4d152e2c9a6a3e3556ce5da7782a9e2836edbe0f (diff) | |
sunrpc: move rq_local field to rq_flags
Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'include/linux/sunrpc')
| -rw-r--r-- | include/linux/sunrpc/svc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h index b60eb7c3f3f7..a91df9047f32 100644 --- a/include/linux/sunrpc/svc.h +++ b/include/linux/sunrpc/svc.h | |||
| @@ -254,8 +254,8 @@ struct svc_rqst { | |||
| 254 | u32 rq_proc; /* procedure number */ | 254 | u32 rq_proc; /* procedure number */ |
| 255 | u32 rq_prot; /* IP protocol */ | 255 | u32 rq_prot; /* IP protocol */ |
| 256 | #define RQ_SECURE (0) /* secure port */ | 256 | #define RQ_SECURE (0) /* secure port */ |
| 257 | #define RQ_LOCAL (1) /* local request */ | ||
| 257 | unsigned long rq_flags; /* flags field */ | 258 | unsigned long rq_flags; /* flags field */ |
| 258 | unsigned short rq_local : 1; /* local request */ | ||
| 259 | 259 | ||
| 260 | void * rq_argp; /* decoded arguments */ | 260 | void * rq_argp; /* decoded arguments */ |
| 261 | void * rq_resp; /* xdr'd results */ | 261 | void * rq_resp; /* xdr'd results */ |
