sunrpc: move rq_local field to rq_flags
[deliverable/linux.git] / include / linux / sunrpc / svc.h
index b60eb7c3f3f7c11a30e8a336095e348d9272bdc6..a91df9047f3241ef748926f5e48533397ff4c029 100644 (file)
@@ -254,8 +254,8 @@ struct svc_rqst {
        u32                     rq_proc;        /* procedure number */
        u32                     rq_prot;        /* IP protocol */
 #define        RQ_SECURE       (0)                     /* secure port */
+#define        RQ_LOCAL        (1)                     /* local request */
        unsigned long           rq_flags;       /* flags field */
-       unsigned short          rq_local   : 1; /* local request */
 
        void *                  rq_argp;        /* decoded arguments */
        void *                  rq_resp;        /* xdr'd results */
This page took 0.025778 seconds and 5 git commands to generate.