Commit f638a1e1 authored by J. Bruce Fields's avatar J. Bruce Fields Committed by Linus Torvalds

add handling of the new CTXPROBLEM and CREDPROBLEM RPCSEC_GSS errors.

parent d90186e6
......@@ -909,6 +909,8 @@ call_verify(struct rpc_task *task)
switch ((n = ntohl(*p++))) {
case RPC_AUTH_REJECTEDCRED:
case RPC_AUTH_REJECTEDVERF:
case RPCSEC_GSS_CREDPROBLEM:
case RPCSEC_GSS_CTXPROBLEM:
if (!task->tk_cred_retry)
break;
task->tk_cred_retry--;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment