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)
commitfd44b93cb5eee218231f6ce5883df937b3b9c3eb
tree351f82fcc93a0d998d178b947c039289e0735269
parentbe7928d20bab8517a0e38db2418394e8b2fd6a8e
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