aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/sunrpc/svcauth_unix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sunrpc/svcauth_unix.c b/net/sunrpc/svcauth_unix.c
index a04ac9193d59..59a7c524a8b1 100644
--- a/net/sunrpc/svcauth_unix.c
+++ b/net/sunrpc/svcauth_unix.c
@@ -401,8 +401,7 @@ struct auth_domain *auth_unix_lookup(struct net *net, struct in6_addr *addr)
401 return NULL; 401 return NULL;
402 402
403 if ((ipm->m_client->addr_changes - ipm->m_add_change) >0) { 403 if ((ipm->m_client->addr_changes - ipm->m_add_change) >0) {
404 if (test_and_set_bit(CACHE_NEGATIVE, &ipm->h.flags) == 0) 404 sunrpc_invalidate(&ipm->h, sn->ip_map_cache);
405 auth_domain_put(&ipm->m_client->h);
406 rv = NULL; 405 rv = NULL;
407 } else { 406 } else {
408 rv = &ipm->m_client->h; 407 rv = &ipm->m_client->h;