commit | c19c4b9c9acb4ab6f5477ae9ca2c0a8619f19c7a | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Wed Jul 12 13:25:23 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Jul 12 13:58:57 2006 -0700 |
tree | 3aaf3c6e4bc9dd797af434b6767c3da5732a6ba1 | |
parent | da952315c9c625bd513c6162613fd3fd01d91aae [diff] |
[AX.25]: Optimize AX.25 socket list lock Right now all uses of the ax25_list_lock lock are _bh locks but knowing some code is only ever getting invoked from _bh context we can better. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>