Skip to content
Commit f1f88fc7 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: The function rpc_restart_call() should return success/failure



Both rpc_restart_call_prepare() and rpc_restart_call() test for the
RPC_TASK_KILLED flag, and fail to restart the RPC call if that flag is set.

This patch allows callers to know whether or not the restart was
successful, so that they can perform cleanups etc in case of failure.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent a6f03393
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment