commit | 207895fd388c7c4c48bc33055cd726d9e750298c | [log] [tgz] |
---|---|---|
author | Daniel Borkmann <dborkman@redhat.com> | Thu Jan 29 12:15:03 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 30 17:58:39 2015 -0800 |
tree | 560b36ca51ce4d654822e75e8c883d6e534e5992 | |
parent | 055470d2a7ad47dfb479308d713993173f1c6876 [diff] |
net: mark some potential candidates __read_mostly They are all either written once or extremly rarely (e.g. from init code), so we can move them to the .data..read_mostly section. Signed-off-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>