]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bridge-mdb-attrs'
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Feb 2016 20:27:37 +0000 (15:27 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Feb 2016 20:27:37 +0000 (15:27 -0500)
commit0b0cfb6bb37f9087c50dd565b06f592105f0c192
tree6f0328dd6bb61100d8f7fc76351d54957e66fa4a
parent70b2c5a813022c26c35f6d2a285d0efd121e78a5
parentcda33a83e217f1f660fb6a12ecf1e1c98dfde556
Merge branch 'bridge-mdb-attrs'

Nikolay Aleksandrov says:

====================
bridge: mdb: add support for extended attributes

This small set allows to extend the per mdb entry exported attributes,
before this set we had only a structure exported which couldn't be changed
because we would've broken user-space, after this we extend the attribute
that was used for the structure and add per-mdb entry attributes after the
struct has been added (see patch 02 for more details). Note that the reason
we can't simply add an attribute after MDBA_MDB_ENTRY_INFO is that current
users (e.g. iproute2) walk over the attribute list directly without
checking for the attribute type.
Patch 01 is a simple change to reduce one indentation level in order to
avoid over 80 char lines.
====================

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