]> 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)
commitfed8b4fac460b12a3d4a7a14694d3916d9d1ed07
tree098881e99e25b91544083b0657a0eb3060eb7d5c
parent013630365621d2d945f3b8a15818daf9bb61d34c
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 191c0c7c9731 ("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