projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f618002
)
bonding: change name of sysfs dir for bonding slaves
author
Jiri Pirko
<
[email protected]
>
Wed, 22 Jan 2014 08:05:53 +0000
(09:05 +0100)
committer
David S. Miller
<
[email protected]
>
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 <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/bonding/bond_sysfs_slave.c
patch
|
blob
|
history
diff --git
a/drivers/net/bonding/bond_sysfs_slave.c
b/drivers/net/bonding/bond_sysfs_slave.c
index fb4e5edb3ed06ea602a828e3d1e15d92977665ea..2e4eec5450c80b726a7bbf1a47ae169cdd18db4f 100644
(file)
--- a/
drivers/net/bonding/bond_sysfs_slave.c
+++ b/
drivers/net/bonding/bond_sysfs_slave.c
@@
-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;