diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2015-09-16 03:04:07 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-09-18 02:18:35 +0200 |
commit | 2b4aa3cec4873005a0d5155395b34641584b3a4e (patch) | |
tree | de1163c97a7f6ee7b53eb61cb9be16c4cbcba209 /net/ipv6/ip6_input.c | |
parent | bridge: Introduce br_send_bpdu_finish (diff) | |
download | linux-2b4aa3cec4873005a0d5155395b34641584b3a4e.tar.xz linux-2b4aa3cec4873005a0d5155395b34641584b3a4e.zip |
net: Remove dev_queue_xmit_sk
A function with weird arguments that it will never use to accomdate a
netfilter callback prototype is absolutely in the core of the
networking stack. Frankly it does not make sense and it causes a lot
of confusion as to why arguments that are never used are being passed
to the function.
As I am preparing to make a second change to arguments to the okfn even
the names stops making sense.
As I have removed the two callers of this function remove this confusion
from the networking stack.
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ip6_input.c')
0 files changed, 0 insertions, 0 deletions