net: rename group sysfs entry to netdev_group
authorXiaotian Feng <dfeng@redhat.com>
Thu, 10 Feb 2011 03:16:15 +0000 (19:16 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Feb 2011 03:16:15 +0000 (19:16 -0800)
commitb6644cb706610874104dbf3359e3b67aa59cbc27
tree7df2df479f8a4c886f733d056726655c0666d4f7
parent27059746a98bf80f148b4471d3e58bd6f7d6a19a
net: rename group sysfs entry to netdev_group

commit a512b92 adds sysfs entry for net device group, but
before this commit, tun also uses group sysfs, so after this
commit checkin, kernel warns like this:
    sysfs: cannot create duplicate filename '/devices/virtual/net/vnet0/group'

Since tun has used this for years, rename sysfs under tun might
break existing userspace, so rename group sysfs entry for net device
group is a better choice.

Signed-off-by: Xiaotian Feng <dfeng@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/net-sysfs.c
This page took 0.02644 seconds and 5 git commands to generate.