filter: constify sk_run_filter()
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 6 Dec 2010 20:50:09 +0000 (20:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Dec 2010 18:30:34 +0000 (10:30 -0800)
sk_run_filter() doesnt write on skb, change its prototype to reflect
this.

Fix two af_packet comments.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found