From: Johann Lombardi Date: Wed, 10 Mar 2010 22:50:44 +0000 (+0100) Subject: b=21938 rq_invalid_rqset should be a bitfield X-Git-Tag: v1_8_2_52~10 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3e768d3294263f5839470184809d70ae502d6016;p=fs%2Flustre-release.git b=21938 rq_invalid_rqset should be a bitfield --- diff --git a/lustre/include/lustre_net.h b/lustre/include/lustre_net.h index 2d6abab..5e6264a 100644 --- a/lustre/include/lustre_net.h +++ b/lustre/include/lustre_net.h @@ -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,