[AX.25]: Fix locking of ax25 protocol function list.
authorRalf Baechle <ralf@linux-mips.org>
Mon, 10 Jul 2006 23:21:29 +0000 (16:21 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 12 Jul 2006 20:58:40 +0000 (13:58 -0700)
commit95ff9f4d3cc72b62b76498290d00d129e1e62545
tree05db2299df178da6eca5aef25dc18ece8f5053a3
parente55ffac6011731c455856072cb23aa20bd55c367
[AX.25]: Fix locking of ax25 protocol function list.

Delivery of AX.25 frame to the layer 3 protocols happens in softirq
context so locking needs to be bh-proof.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ax25/ax25_iface.c