]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: Remove dev_queue_xmit_sk
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 16 Sep 2015 01:04:07 +0000 (20:04 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Sep 2015 00:18:35 +0000 (17:18 -0700)
commit2b4aa3cec4873005a0d5155395b34641584b3a4e
treede1163c97a7f6ee7b53eb61cb9be16c4cbcba209
parent1f19c578df80ad2e6b2bd9af63aa0af4bcc7470e
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>
include/linux/netdevice.h
net/core/dev.c