Commit f5ddb3e9 authored by Andy Adamson's avatar Andy Adamson Committed by Jiri Slaby

SUNRPC: do not fail gss proc NULL calls with EACCES

commit c297c8b9 upstream.

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>
Signed-off-by: default avatarJiri Slaby <jslaby@suse.cz>
parent e8bdefeb
......@@ -1508,7 +1508,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