]> git.baikalelectronics.ru Git - kernel.git/commit
switchdev: Remove unused transaction item queue
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 28 Feb 2019 00:29:16 +0000 (16:29 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 2 Mar 2019 05:35:19 +0000 (21:35 -0800)
commit1581886da9c58406b3ef5103ab83f97f13428553
tree098881e99e25b91544083b0657a0eb3060eb7d5c
parentde315f92ae5f11f9361acd0f1f8f8fbc21e9211a
switchdev: Remove unused transaction item queue

There are no more in tree users of the
switchdev_trans_item_{dequeue,enqueue} or switchdev_trans_item structure
in the kernel since commit 983e86eb5baa ("rocker: Change world_ops API
and implementation to be switchdev independant").

Remove this unused code and update the documentation accordingly since.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/switchdev.txt
include/net/switchdev.h
net/switchdev/switchdev.c