]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bonding_slave_sysfs'
authorDavid S. Miller <davem@davemloft.net>
Sat, 18 Jan 2014 02:52:58 +0000 (18:52 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 18 Jan 2014 02:52:58 +0000 (18:52 -0800)
commit61c3028671c16166df1ebc7cc0739b2d5707fca6
tree7d547bb8ba12b9417a8f0055a08f1026d6392cf2
parent9142fc5c6c0fefd77613543a6641327a03d1d43d
parentf9f74f0b19933ac229b8f2a87a3791bc7012c5c7
Merge branch 'bonding_slave_sysfs'

Scott Feldman says:

====================
bonding: add slave netlink and sysfs support

v2:

  - Address review comment from Ding (and Veacesiav): handle kobj cleanup
    if sysfs_create_file() fails when adding slave attribute nodes.

v1:

  The following series adds bonding slave netlink and sysfs interfaces.
  Slave interfaces get a new IFLA_SLAVE set of netlink attributes, along
  with RTM_NEWLINK notification when slave's active status changes.  The
  sysfs interface adds read-only nodes for slave attributes under a /slave
  dir, simliar to how bond interfaces get a /bonding dir for bonding
  attributes.
====================

Reviewed-by: Ding Tianhong <dingtianhong@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>