Whamcloud - gitweb
LU-14594 ptlrpc: do not match reply with resent RPC
[fs/lustre-release.git] / lustre / include / lustre_net.h
index 466e484..843061e 100644 (file)
@@ -1039,6 +1039,8 @@ struct ptlrpc_request {
         __u64                           rq_xid;
        /** bulk match bits */
        __u64                            rq_mbits;
+       /** reply match bits */
+       __u64                            rq_rep_mbits;
        /**
         * List item to for replay list. Not yet committed requests get linked
         * there.