提交 c297c8b9 编写于 作者: A Andy Adamson 提交者: Trond Myklebust

SUNRPC: do not fail gss proc NULL calls with EACCES

Otherwise RPCSEC_GSS_DESTROY messages are not sent.
Signed-off-by: NAndy Adamson <andros@netapp.com>
Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册