Skip to content

Commit

Permalink
Revert "n_tty: Unthrottle tty when flushing read buffer"
Browse files Browse the repository at this point in the history
This reverts commit 58f82be.

This was fixed by a previous patch already.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Greg Kroah-Hartman committed Jan 30, 2013
1 parent 9f9cba8 commit 1651d0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/tty/n_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit 1651d0a

Please sign in to comment.