Whamcloud - gitweb
LU-12333 ptlrpc: Add more flags to DEBUG_REQ_FLAGS macro 49/34949/3
authorChris Horn <hornc@cray.com>
Thu, 23 May 2019 19:42:53 +0000 (14:42 -0500)
committerOleg Drokin <green@whamcloud.com>
Sat, 1 Jun 2019 03:55:37 +0000 (03:55 +0000)
commit5bcc3a330e21865b5b78a4c4596f878f12a43dbc
treeccd30d0e090b6c08ca0e733687c3985fdc0e8d2e
parent0c27e760c3571647c78935ec572152a67c138209
LU-12333 ptlrpc: Add more flags to DEBUG_REQ_FLAGS macro

The rq_req_unlinked, rq_reply_unlinked and rq_receiving_reply flags
determine whether a PtlRPC request can transition out of
RQ_PHASE_UNREG_RPC. Add these flags to the DEBUG_REQ_FLAGS macro to
aid in debugging issues where requests are stuck in this unregistering
state.

Test-Parameters: trivial
Signed-off-by: Chris Horn <hornc@cray.com>
Change-Id: I0b4f424cba70a29c64035ebaccf33fdb954a2db6
Reviewed-on: https://review.whamcloud.com/34949
Reviewed-by: Ann Koehler <amk@cray.com>
Tested-by: Jenkins
Reviewed-by: Amir Shehata <ashehata@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/lustre_net.h