[LLC]: use rcu_dereference on receive handler
authorStephen Hemminger <shemminger@osdl.org>
Thu, 25 May 2006 22:09:37 +0000 (15:09 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:26:04 +0000 (21:26 -0700)
The receive hander pointer might be modified during network changes
of protocol. So use rcu_dereference (only matters on alpha).

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found