Searched hist:"705962 ccc9d21a08b74b6b6e1d3cf10f98968a67" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/block/ |
H A D | loop.c | 705962ccc9d21a08b74b6b6e1d3cf10f98968a67 Sun May 13 09:52:32 UTC 2007 Al Viro <viro@zeniv.linux.org.uk> 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 <viro@zeniv.linux.org.uk> Cc: Jeremy Fitzhardinge <jeremy@goop.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|