aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlan Cox <alan@redhat.com>2009-01-02 08:44:56 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2009-01-02 13:19:38 -0500
commitc9b3976e3fec266be25c5001a70aa0a890b6c476 (patch)
tree6742587ae3193fcfbee2b394aa4f5daca392da17 /include
parentd0eafc7db8f170d534a16b5f04617e98ae2025de (diff)
tty: Fix PPP hang under load
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/tty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h
index f88169787a5f..bbbeaef99626 100644
--- a/include/linux/tty.h
+++ b/include/linux/tty.h
@@ -301,6 +301,7 @@ struct tty_struct {
301#define TTY_PUSH 6 /* n_tty private */ 301#define TTY_PUSH 6 /* n_tty private */
302#define TTY_CLOSING 7 /* ->close() in progress */ 302#define TTY_CLOSING 7 /* ->close() in progress */
303#define TTY_LDISC 9 /* Line discipline attached */ 303#define TTY_LDISC 9 /* Line discipline attached */
304#define TTY_LDISC_CHANGING 10 /* Line discipline changing */
304#define TTY_HW_COOK_OUT 14 /* Hardware can do output cooking */ 305#define TTY_HW_COOK_OUT 14 /* Hardware can do output cooking */
305#define TTY_HW_COOK_IN 15 /* Hardware can do input cooking */ 306#define TTY_HW_COOK_IN 15 /* Hardware can do input cooking */
306#define TTY_PTY_LOCK 16 /* pty private */ 307#define TTY_PTY_LOCK 16 /* pty private */