]> 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)
commit99b0deade1497355ed61d0da15912a5e130607d2
treef24cbf734c7deb40f68ea3ef90cb8ff2b1348c63
parentbca0d0760284cb9e6c0955e77e90d0432c52da04
parent06aad14d4722a48db51c2cbd538c8dde48bc8e05
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>