Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171601
b: refs/heads/master
c: b2a5dec
h: refs/heads/master
i:
  171599: b651e1e
v: v3
  • Loading branch information
Rémi Denis-Courmont authored and David S. Miller committed Nov 17, 2009
1 parent fb7c943 commit 42197dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 115924b6bdc7cc6bf7da5b933b09281e1f4e17a9
refs/heads/master: b2a5decddbe295d09c29d4a8078cdc47a55346df
2 changes: 1 addition & 1 deletion trunk/net/phonet/af_phonet.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ static struct phonet_protocol *phonet_proto_get(int protocol)
return NULL;

rcu_read_lock();
pp = proto_tab[protocol];
pp = rcu_dereference(proto_tab[protocol]);
if (pp && !try_module_get(pp->prot->owner))
pp = NULL;
rcu_read_unlock();
Expand Down

0 comments on commit 42197dc

Please sign in to comment.