bonding: change name of sysfs dir for bonding slaves
authorJiri Pirko <jiri@resnulli.us>
Wed, 22 Jan 2014 08:05:53 +0000 (09:05 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 23 Jan 2014 05:57:05 +0000 (21:57 -0800)
Allow user to identify easily what the attributes are related to. Change
the name of the group to "bonding_slave" to be similar to master which
is named "bonding".

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_sysfs_slave.c

index fb4e5edb3ed06ea602a828e3d1e15d92977665ea..2e4eec5450c80b726a7bbf1a47ae169cdd18db4f 100644 (file)
@@ -118,7 +118,7 @@ int bond_sysfs_slave_add(struct slave *slave)
        int err;
 
        err = kobject_init_and_add(&slave->kobj, &slave_ktype,
-                                  &(slave->dev->dev.kobj), "slave");
+                                  &(slave->dev->dev.kobj), "bonding_slave");
        if (err)
                return err;