Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231147
b: refs/heads/master
c: 31f7aa6
h: refs/heads/master
i:
  231145: ba669ba
  231143: 181122a
v: v3
  • Loading branch information
J. Bruce Fields committed Jan 4, 2011
1 parent 1096885 commit 77be474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 22b6dee842c6341b49bc09cc5728eb2f8f2b3766
refs/heads/master: 31f7aa65f536995c6d933c57230919ae408952a5
3 changes: 1 addition & 2 deletions trunk/net/sunrpc/svcauth_unix.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,8 +401,7 @@ struct auth_domain *auth_unix_lookup(struct net *net, struct in6_addr *addr)
return NULL;

if ((ipm->m_client->addr_changes - ipm->m_add_change) >0) {
if (test_and_set_bit(CACHE_NEGATIVE, &ipm->h.flags) == 0)
auth_domain_put(&ipm->m_client->h);
sunrpc_invalidate(&ipm->h, sn->ip_map_cache);
rv = NULL;
} else {
rv = &ipm->m_client->h;
Expand Down

0 comments on commit 77be474

Please sign in to comment.