From: Stephen Hemminger Date: Sun, 7 May 2006 00:56:03 +0000 (-0700) Subject: [NET]: Create netdev attribute_groups with class_device_add X-Git-Tag: v2.6.17-rc4~22^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe9925b551a95fae6ec61470c79f8b701a2fe928;p=pandora-kernel.git [NET]: Create netdev attribute_groups with class_device_add Atomically create attributes when class device is added. This avoids the race between registering class_device (which generates hotplug event), and the creation of attribute groups. Signed-off-by: Stephen Hemminger Signed-off-by: Greg Kroah-Hartman Signed-off-by: David S. Miller --- Reading git-diff-tree failed