commit | fd44b93cb5eee218231f6ce5883df937b3b9c3eb | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Tue Jan 07 23:23:44 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 07 18:34:00 2014 -0500 |
tree | 351f82fcc93a0d998d178b947c039289e0735269 | |
parent | be7928d20bab8517a0e38db2418394e8b2fd6a8e [diff] |
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>