Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40738
b: refs/heads/master
c: 0c7bb31
h: refs/heads/master
v: v3
  • Loading branch information
Akinobu Mita authored and Linus Torvalds committed Nov 6, 2006
1 parent a1c699a commit 7a62154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7cc13edc139108bb527b692f0548dce6bc648572
refs/heads/master: 0c7bb31db0e35d4b772fac452b722460ca368acf
1 change: 1 addition & 0 deletions trunk/net/sunrpc/svcauth.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ void auth_domain_put(struct auth_domain *dom)
if (atomic_dec_and_lock(&dom->ref.refcount, &auth_domain_lock)) {
hlist_del(&dom->hash);
dom->flavour->domain_release(dom);
spin_unlock(&auth_domain_lock);
}
}

Expand Down

0 comments on commit 7a62154

Please sign in to comment.