From: Xiaotian Feng Date: Thu, 10 Feb 2011 03:16:15 +0000 (-0800) Subject: net: rename group sysfs entry to netdev_group X-Git-Tag: v2.6.39-rc1~468^2~397 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6644cb706610874104dbf3359e3b67aa59cbc27;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed