From 3e768d3294263f5839470184809d70ae502d6016 Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Wed, 10 Mar 2010 23:50:44 +0100 Subject: [PATCH] b=21938 rq_invalid_rqset should be a bitfield --- lustre/include/lustre_net.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 1.8.3.1