[PATCH] netpoll: fix netpoll lockup
authorIngo Molnar <mingo@elte.hu>
Tue, 12 Dec 2006 16:20:42 +0000 (17:20 +0100)
committerLinus Torvalds <torvalds@woody.osdl.org>
Tue, 12 Dec 2006 16:37:51 +0000 (08:37 -0800)
commit3640543df26fd38f31f0c6decc35c07be2a6307c
tree2d14a4e4bd5d36a2b123656a9793656088437723
parentd224a93d91610fc641fbc5b234b32fcb84045a30
[PATCH] netpoll: fix netpoll lockup

current -git doesnt boot on my laptop due to netpoll not unlocking the
tx lock in the else branch.

booted this up on my laptop with lockdep enabled and there are no
locking complaints and it works fine.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
net/core/netpoll.c