Whamcloud - gitweb
b=21938 rq_invalid_rqset should be a bitfield
authorJohann Lombardi <johann@sun.com>
Wed, 10 Mar 2010 22:50:44 +0000 (23:50 +0100)
committerJohann Lombardi <johann@sun.com>
Wed, 10 Mar 2010 22:50:44 +0000 (23:50 +0100)
lustre/include/lustre_net.h

index 2d6abab..5e6264a 100644 (file)
@@ -328,7 +328,7 @@ struct ptlrpc_request {
                 /* the request is queued to replay during recovery */
                 rq_copy_queued:1,
                 /* whether the "rq_set" is a valid one */
-                rq_invalid_rqset;
+                rq_invalid_rqset:1;
         enum rq_phase rq_phase;     /* one of RQ_PHASE_* */
         enum rq_phase rq_next_phase; /* one of RQ_PHASE_* to be used next */
         atomic_t rq_refcount;   /* client-side refcount for SENT race,