commit | c4d33e24b650e3fc3659b8fafe3e88ead731b658 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Feb 04 14:37:34 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 05 00:30:47 2015 -0800 |
tree | 6591c2d3ac17fe3961bc167bbd6195fdaae79e64 | |
parent | 7061b2bdd620e4dda449d4d4db69de57751ab289 [diff] |
tun: 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> Signed-off-by: David S. Miller <davem@davemloft.net>