git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6f0339
)
SUNRPC: The function rpc_restart_call() should return success/failure
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sat, 31 Jul 2010 18:29:07 +0000
(14:29 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Wed, 4 Aug 2010 02:06:44 +0000
(22:06 -0400)
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 <Trond.Myklebust@netapp.com>
No differences found