Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75345
b: refs/heads/master
c: 9d3e444
h: refs/heads/master
i:
  75343: 102619d
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Jan 9, 2008
1 parent 9f7bee2 commit 5881e5b
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: 0f99be0d115a5716292c58dfdb20d2eddd0f3387
refs/heads/master: 9d3e44425e3498eb33f25d94392b4fd0d56a5176
2 changes: 1 addition & 1 deletion trunk/include/net/sock.h
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ static inline int sk_filter(struct sock *sk, struct sk_buff *skb)
return err;

rcu_read_lock_bh();
filter = sk->sk_filter;
filter = rcu_dereference(sk->sk_filter);
if (filter) {
unsigned int pkt_len = sk_run_filter(skb, filter->insns,
filter->len);
Expand Down

0 comments on commit 5881e5b

Please sign in to comment.