]> 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)
commita25ec7691e5c6de646d0ba22b3e1a7b573656780
tree351f82fcc93a0d998d178b947c039289e0735269
parenta34e2394f5581a5b7c239a50d8b4b96b98a6a02e
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