Whamcloud - gitweb
LU-14444 gss: handle empty reqmsg in sptlrpc_req_ctx_switch
authorSebastien Buisson <sbuisson@ddn.com>
Thu, 18 Feb 2021 11:03:31 +0000 (20:03 +0900)
committerAndreas Dilger <adilger@whamcloud.com>
Sat, 6 Mar 2021 20:41:04 +0000 (20:41 +0000)
commited164321371f17ae0f017c4fdd87ee08ff11ae71
tree2d624a636f976d3e57cfe9812a9a780b478d49b2
parent1730437a3e0af792bcfd51a6f6165254d0a78aee
LU-14444 gss: handle empty reqmsg in sptlrpc_req_ctx_switch

In sptlrpc_req_ctx_switch(), everything is already there to handle
the case of a ptlrpc_request that has an empty rq_reqmsg.
But assertions were left over at the beginning of the function, so
just remove them from here.

Lustre-change: https://review.whamcloud.com/41685
Lustre-commit: dfe87b089b662663ba125769866c98e803f89a8c

Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I6ae1f8b9da9600d3b57b9efc9018c2461114f2fe
Reviewed-on: https://review.whamcloud.com/41858
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Andreas Dilger <adilger@whamcloud.com>
lustre/ptlrpc/sec.c