Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

rpc: fix gss_svc_init cleanup on failure

The failure case here should be rare, but it's obviously wrong.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>

authored by

J. Bruce Fields and committed by
Chuck Lever
5a475344 b4ab2fea

+1 -1
+1 -1
net/sunrpc/auth_gss/svcauth_gss.c
··· 1980 1980 goto out2; 1981 1981 return 0; 1982 1982 out2: 1983 - destroy_use_gss_proxy_proc_entry(net); 1983 + rsi_cache_destroy_net(net); 1984 1984 out1: 1985 1985 rsc_cache_destroy_net(net); 1986 1986 return rv;