From: Arnd Bergmann Date: Tue, 1 Jun 2010 20:53:05 +0000 (+0200) Subject: tty: introduce wait_event_interruptible_tty X-Git-Tag: v2.6.36-rc1~294^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be1bc2889a4db4961ef69f47fb471ecae9f23ade;p=pandora-kernel.git tty: introduce wait_event_interruptible_tty Calling wait_event_interruptible implicitly releases the BKL when it sleeps, but we need to do this explcitly when we have converted it to a mutex. Signed-off-by: Arnd Bergmann Cc: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed