commit | 0d7da9ddd9a4eb7808698d04b98bf9d62d02649b | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Mon Oct 25 03:47:05 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 25 14:18:28 2010 -0700 |
tree | b170122c08d47be35a056782be54573ba19fe0b0 | |
parent | 1c87733d0682547050ccccb400cdac425fa43b39 [diff] |
net: add __rcu annotation to sk_filter Add __rcu annotation to : (struct sock)->sk_filter And use appropriate rcu primitives to reduce sparse warnings if CONFIG_SPARSE_RCU_POINTER=y Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>