Revert "n_tty: Unthrottle tty when flushing read buffer"
This reverts commit 58f82be334
.
This was fixed by a previous patch already.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
9f9cba810f
Коммит
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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче