Whamcloud - gitweb
* add a bit in ptlrpc_request to indicate ptlrpcs error, gss recovery
[fs/lustre-release.git] / lustre / include / linux / lustre_net.h
index 85ddfca..f577bf1 100644 (file)
@@ -292,7 +292,7 @@ struct ptlrpc_request {
                 rq_timedout:1, rq_resend:1, rq_restart:1, rq_replay:1,
                 rq_no_resend:1, rq_waiting:1, rq_receiving_reply:1,
                 rq_no_delay:1, rq_net_err:1, rq_req_wrapped:1,
-                rq_ptlrpcs_restart:1;
+                rq_ptlrpcs_restart:1, rq_ptlrpcs_err:1;
         int rq_phase;
         /* client-side refcount for SENT race */
         atomic_t rq_refcount;