net: convert usage of packet_type to read_mostly
authorStephen Hemminger <shemminger@vyatta.com>
Mon, 9 Mar 2009 08:18:29 +0000 (08:18 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 Mar 2009 12:22:43 +0000 (05:22 -0700)
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>

No differences found