commit | be1bc2889a4db4961ef69f47fb471ecae9f23ade | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Jun 01 22:53:05 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Aug 10 13:47:43 2010 -0700 |
tree | fd6d5e46e69efd9d66e6baa184988461f608f49a | |
parent | 4e608671674b62e97166f903830d5553e37970e8 [diff] |
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 <arnd@arndb.de> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>