commit | 5cc29e3bea77092c48e5c71d792c7461e6a6c4cf | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Mon Jul 10 16:23:21 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Jul 12 13:58:43 2006 -0700 |
tree | c72c228a673d61f11e5782d564b912eabda09a64 | |
parent | 95ff9f4d3cc72b62b76498290d00d129e1e62545 [diff] |
[NETROM]: Fix locking order when establishing a NETROM circuit. When establishing a new circuit in nr_rx_frame the locks are taken in a different order than in the rest of the stack. This should be harmless but triggers lockdep. Either way, reordering the code a little solves the issue. Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: David S. Miller <davem@davemloft.net>