From: Al Viro Date: Sun, 13 May 2007 09:52:32 +0000 (-0400) Subject: fix deadlock in loop.c X-Git-Tag: v2.6.22-rc2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=705962ccc9d21a08b74b6b6e1d3cf10f98968a67;p=pandora-kernel.git fix deadlock in loop.c ... doh Jeremy Fitzhardinge noted that the recent loop.c cleanups worked, but cause lockdep to complain. Ouch. OK, the deadlock is real and yes, I'm an idiot. Speaking of which, we probably want to s/lock/pin/ in drivers/base/map.c to avoid such brainos again. And yes, this stuff needs clear documentation. Will try to put one together once I get some sleep... Signed-off-by: Al Viro Cc: Jeremy Fitzhardinge Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed