Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184309
b: refs/heads/master
c: 5ff3f07
h: refs/heads/master
i:
  184307: 73394cd
v: v3
  • Loading branch information
Michael S. Tsirkin authored and David S. Miller committed Feb 18, 2010
1 parent 5f18fd0 commit 4d1c090
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 305b0160932af0ed67259b4b13c471aed2a86588
refs/heads/master: 5ff3f073670b544a9c0547cc6fef1f7eed5762ed
2 changes: 2 additions & 0 deletions trunk/net/core/filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,7 @@ int sk_attach_filter(struct sock_fprog *fprog, struct sock *sk)
sk_filter_delayed_uncharge(sk, old_fp);
return 0;
}
EXPORT_SYMBOL_GPL(sk_attach_filter);

int sk_detach_filter(struct sock *sk)
{
Expand All @@ -545,3 +546,4 @@ int sk_detach_filter(struct sock *sk)
rcu_read_unlock_bh();
return ret;
}
EXPORT_SYMBOL_GPL(sk_detach_filter);

0 comments on commit 4d1c090

Please sign in to comment.