]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS-get-remove'
authorDavid S. Miller <davem@davemloft.net>
Tue, 12 Feb 2019 17:49:53 +0000 (12:49 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Feb 2019 17:49:53 +0000 (12:49 -0500)
commitf94be53e6d9c9cd393d0fc66ac621edcb1b5b06d
treef24cbf734c7deb40f68ea3ef90cb8ff2b1348c63
parent4e19b8d83bae82f2938c499cb0da487d2e37ed0a
parent6f6817c6df6d37fe975cb0488a2b23b0a5096263
Merge branch 'SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS-get-remove'

Florian Fainelli says:

====================
Remove getting SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS

AFAICT there is no code that attempts to get the value of the attribute
SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS while it is used with
switchdev_port_attr_set().

This is effectively no doing anything and it can slow down future work
that tries to make modifications in these areas so remove that.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>