]> git.baikalelectronics.ru Git - kernel.git/commit
net: skbuff: const-ify casts in skb_queue_* functions
authorDaniel Borkmann <dborkman@redhat.com>
Tue, 7 Jan 2014 22:23:44 +0000 (23:23 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Jan 2014 23:34:00 +0000 (18:34 -0500)
commitcf833c0f2f7405965afd37dde1d65a24bf5fbcc4
tree351f82fcc93a0d998d178b947c039289e0735269
parent126e9a588638b8809906f074320c6114f22bca3b
net: skbuff: const-ify casts in skb_queue_* functions

We should const-ify comparisons on skb_queue_* inline helper
functions as their parameters are const as well, so lets not
drop that.

Suggested-by: Brad Spengler <spender@grsecurity.net>
Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h