From: Trond Myklebust Date: Sat, 31 Jul 2010 18:29:07 +0000 (-0400) Subject: SUNRPC: The function rpc_restart_call() should return success/failure X-Git-Tag: v2.6.36-rc1~498^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1f88fc7e818c6678c6799a2edb8f1aeccc124aa;p=pandora-kernel.git 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: Trond Myklebust --- Reading git-diff-tree failed