Messages in this thread |  | | From | Alan Cox <> | | Subject | [RFC PATCH 0/5] tty BKL pushdown | | Date | Wed, 18 Nov 2009 14:23:58 +0000 |
| |
First steps to pushing the BKL down further into the tty layer. For review and analysis not application !
---
Alan Cox (5): tty: split the lock up a bit further tty: Move the leader test in disassociate tty: Push the bkl down a bit in the hangup code tty: Push the lock down further into the ldisc code tty: push the BKL down into the handlers a bit
drivers/char/pty.c | 2 - drivers/char/tty_io.c | 150 ++++++++++++++++++++++++++-------------------- drivers/char/tty_ldisc.c | 23 ++++++- include/linux/tty.h | 2 - kernel/exit.c | 2 - 5 files changed, 109 insertions(+), 70 deletions(-)
|  |