]> Pileus Git - ~andy/linux/commitdiff
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)
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>

Trivial merge