OSDN Git Service

xen-netfront: Use static attribute groups for sysfs entries
authorTakashi Iwai <tiwai@suse.de>
Wed, 4 Feb 2015 13:38:55 +0000 (14:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Feb 2015 08:31:12 +0000 (00:31 -0800)
commit27b917e54bed7156c2b0249969ace34a5f585626
tree5a54f17e61dfbe649e5922af19ad61867850369e
parentc4d33e24b650e3fc3659b8fafe3e88ead731b658
xen-netfront: Use static attribute groups for sysfs entries

Instead of manual calls of device_create_file() and
device_remove_files(), assign the static attribute groups to netdev
groups array.  This simplifies the code and avoids the possible
races.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Acked-by: David Vrabel <david.vrabel@citrix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/xen-netfront.c