Whamcloud - gitweb
LU-11300 lnet: simplify lnet_handle_local_failure() 52/33452/30
authorAmir Shehata <ashehata@whamcloud.com>
Mon, 22 Oct 2018 20:39:36 +0000 (13:39 -0700)
committerAmir Shehata <ashehata@whamcloud.com>
Fri, 7 Jun 2019 18:15:16 +0000 (18:15 +0000)
commitf8c7dd6f53748cf589b2a1f18d93b92761f9d983
tree58c18a023182947988c1cffcf4ec3b8515b247ec
parent21d2252648bea9edb107292c4a720ff9ab557748
LU-11300 lnet: simplify lnet_handle_local_failure()

Pass the struct lnet_ni to lnet_handle_local_failure() instead of the
message structure, since nothing else from the message is being
used. This also makes symmetrical with lnet_handle_remote_failure()

Test-Parameters: forbuildonly
Signed-off-by: Amir Shehata <ashehata@whamcloud.com>
Change-Id: I10146ec5bf5f378e28a7725382f00132ada32c6e
Reviewed-on: https://review.whamcloud.com/33452
Reviewed-by: Olaf Weber <olaf.weber@hpe.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Tested-by: Jenkins
lnet/lnet/lib-msg.c