From: Jeff Dike Date: Sat, 10 Feb 2007 09:44:01 +0000 (-0800) Subject: [PATCH] uml: mconsole locking X-Git-Tag: v2.6.21-rc1~274^2~421 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84f48d4f2b511db15fda67fd38462b91abd0af53;p=pandora-kernel.git [PATCH] uml: mconsole locking Locking fixes. Locking was totally lacking for the mconsole_devices, which got a spin lock, and the unplugged pages data, which got a mutex. The locking of the mconsole console output code was confused. Now, the console_lock (renamed to client_lock) protects the clients list. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed