Whamcloud - gitweb
LU-11398 ptlrpc: clean up rq_interpret_reply callbacks 03/33203/6
authorAndreas Dilger <adilger@whamcloud.com>
Wed, 19 Sep 2018 07:07:23 +0000 (03:07 -0400)
committerOleg Drokin <green@whamcloud.com>
Fri, 4 Jan 2019 04:46:52 +0000 (04:46 +0000)
Clean up the function prototypes of several rq_interpret_reply
callback functions to match the function pointer type instead
of using typecasting to avoid the risk of bad function pointers.

Clean up related code to match code style.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Change-Id: I2df73304a8884c1cc838b9c9344d3fd9443ebbe5
Reviewed-on: https://review.whamcloud.com/33203
Reviewed-by: Arshad Hussain <arshad.super@gmail.com>
Reviewed-by: Ben Evans <bevans@cray.com>
Tested-by: Jenkins
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>

No differences found