Whamcloud - gitweb
LU-14444 gss: handle empty reqmsg in sptlrpc_req_ctx_switch 85/41685/2
authorSebastien Buisson <sbuisson@ddn.com>
Thu, 18 Feb 2021 11:03:31 +0000 (20:03 +0900)
committerOleg Drokin <green@whamcloud.com>
Mon, 22 Feb 2021 19:28:55 +0000 (19:28 +0000)
commitdfe87b089b662663ba125769866c98e803f89a8c
tree6ae5d94e8f9169948277decfc94a12c2eb27c02a
parenta54ecd2c2d964e2ae226fca5b043b5462a34eb7b
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.

Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I6ae1f8b9da9600d3b57b9efc9018c2461114f2fe
Reviewed-on: https://review.whamcloud.com/41685
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: John L. Hammond <jhammond@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Tested-by: Oleg Drokin <green@whamcloud.com>
lustre/ptlrpc/sec.c