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)
commit62ab0812137ec4f9884dd7de346238841ac03283
treeda0807aee4597522b0ecabc51d2d9fc300895d98
parent38f49e8801565674c424896c3dcb4228410b43a8
filter: constify sk_run_filter()

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>
include/linux/filter.h
net/core/filter.c
net/core/timestamping.c
net/packet/af_packet.c