diff options
Diffstat (limited to 'drivers/tty/pty.c')
-rw-r--r-- | drivers/tty/pty.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/tty/pty.c b/drivers/tty/pty.c index d6fa8429f3ff..59af3945ea85 100644 --- a/drivers/tty/pty.c +++ b/drivers/tty/pty.c | |||
@@ -63,7 +63,9 @@ static void pty_close(struct tty_struct *tty, struct file *filp) | |||
63 | mutex_unlock(&devpts_mutex); | 63 | mutex_unlock(&devpts_mutex); |
64 | } | 64 | } |
65 | #endif | 65 | #endif |
66 | tty_unlock(tty); | ||
66 | tty_vhangup(tty->link); | 67 | tty_vhangup(tty->link); |
68 | tty_lock(tty); | ||
67 | } | 69 | } |
68 | } | 70 | } |
69 | 71 | ||