Commit c297c8b9 authored by Andy Adamson's avatar Andy Adamson Committed by Trond Myklebust

SUNRPC: do not fail gss proc NULL calls with EACCES

Otherwise RPCSEC_GSS_DESTROY messages are not sent.
Signed-off-by: default avatarAndy Adamson <andros@netapp.com>
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 69794ad7
......@@ -1517,7 +1517,7 @@ gss_refresh(struct rpc_task *task)
static int
gss_refresh_null(struct rpc_task *task)
{
return -EACCES;
return 0;
}
static __be32 *
......
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