commit | 27b917e54bed7156c2b0249969ace34a5f585626 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Feb 04 14:38:55 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 05 00:31:12 2015 -0800 |
tree | 5a54f17e61dfbe649e5922af19ad61867850369e | |
parent | c4d33e24b650e3fc3659b8fafe3e88ead731b658 [diff] |
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>