projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb90a16
)
SUNRPC: Handle the SYSTEM_ERR rpc error
author
Trond Myklebust
<trond.myklebust@hammerspace.com>
Fri, 15 Mar 2019 14:12:30 +0000
(10:12 -0400)
committer
Trond Myklebust
<trond.myklebust@hammerspace.com>
Fri, 15 Mar 2019 17:11:02 +0000
(13:11 -0400)
Handle the SYSTEM_ERR rpc error by retrying the RPC call as if it
were a garbage argument.
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/clnt.c
patch
|
blob
|
history
diff --git
a/net/sunrpc/clnt.c
b/net/sunrpc/clnt.c
index 1f47801e00022ff834f729f90c441450d1b1255d..cb73d6c25857ef17c3a96f119b32f4091c280a0b 100644
(file)
--- a/
net/sunrpc/clnt.c
+++ b/
net/sunrpc/clnt.c
@@
-2497,6
+2497,7
@@
rpc_decode_header(struct rpc_task *task, struct xdr_stream *xdr)
error = -EOPNOTSUPP;
goto out_err;
case rpc_garbage_args:
+ case rpc_system_err:
trace_rpc__garbage_args(task);
error = -EIO;
break;