commit | ec6cc5993c0f0c1e5a7cbb630c7ecc165e6d9e84 | [log] [tgz] |
---|---|---|
author | stephen hemminger <stephen@networkplumber.org> | Fri Aug 18 13:46:23 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Aug 18 22:37:35 2017 -0700 |
tree | e52b07b1c35a2fe6eccf83d5037b5195b02bd9ea | |
parent | 737aec57c672c1308d602afecd841455c39561e5 [diff] |
net: make net sysfs attributes ro_after_init The attributes of net devices are immutable. Ideally, attribute groups would contain const attributes but there are too many places that do modifications of list during startup (in other code) to allow that. Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>