commit | 841a2ed9a13d0d54ec7f961c54e7b52ffa97c8bb | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Tue May 12 17:13:55 2020 -0400 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jun 11 13:33:48 2020 -0400 |
tree | f5ac6173a7074e357780f4eb0c08f327445394c5 | |
parent | 6fc3737aac19c81181d5ec3f9c86e324e85e733a [diff] |
SUNRPC: Set SOFTCONN when destroying GSS contexts Move the RPC_TASK_SOFTCONN flag into rpc_call_null_helper(). The only minor behavior change is that it is now also set when destroying GSS contexts. This gives a better guarantee that gss_send_destroy_context() will not hang for long if a connection cannot be established. Signed-off-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>