mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-11 15:49:56 +00:00
Revert "n_tty: Unthrottle tty when flushing read buffer"
This reverts commit 58f82be334ede87aa6ff6fa1afdb05552be907be. This was fixed by a previous patch already. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9f9cba810f
commit
1651d0a9be
@ -229,8 +229,6 @@ static void reset_buffer_flags(struct tty_struct *tty)
|
||||
ldata->canon_head = ldata->canon_data = ldata->erasing = 0;
|
||||
bitmap_zero(ldata->read_flags, N_TTY_BUF_SIZE);
|
||||
n_tty_set_room(tty);
|
||||
|
||||
check_unthrottle(tty);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user