Alan Cox 6698e34720 tty: Fix BKL taken under a spinlock bug introduced in the BKL split
The fasync path takes the BKL (it probably doesn't need to in fact)
while holding the file_list spinlock.  You can't do that with the kernel
lock: it causes lock inversions and deadlocks.

Leave the BKL over that bit for the moment.

Identified by AKPM.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Acked-and-Tested-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-12-12 14:46:21 -08:00
..
2009-09-24 07:21:03 -07:00
2009-10-01 16:11:16 -07:00
2009-10-04 15:05:10 -07:00
2009-10-14 17:36:51 +02:00
2009-12-11 15:18:07 -08:00
2009-12-11 15:18:03 -08:00
2009-12-02 23:38:13 -08:00
2009-12-10 22:55:36 +01:00
2009-12-11 15:18:03 -08:00
2009-09-15 08:42:00 -07:00
2009-12-10 15:02:50 +01:00
2009-10-14 17:33:32 +02:00
2009-12-11 15:18:08 -08:00
2009-12-09 18:53:23 -08:00
2009-09-01 01:13:31 -07:00
2009-09-01 01:13:31 -07:00
2009-09-01 01:13:31 -07:00
2009-10-14 17:36:53 +02:00