commit | 7546dd97d27306d939c13e03318aae695badaa88 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@vyatta.com> | Mon Mar 09 08:18:29 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 10 05:22:43 2009 -0700 |
tree | ced310466fd679ceae4e676ae8c31fd78b7bd72f | |
parent | 3f612132c7164d5cc9ed677a2fdf8950222d2170 [diff] |
net: convert usage of packet_type to read_mostly Protocols that use packet_type can be __read_mostly section for better locality. Elminate any unnecessary initializations of NULL. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>