From: Ralf Baechle Date: Mon, 10 Jul 2006 23:23:21 +0000 (-0700) Subject: [NETROM]: Fix locking order when establishing a NETROM circuit. X-Git-Tag: v2.6.18-rc2~93^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cc29e3bea77092c48e5c71d792c7461e6a6c4cf;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed