Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354834
b: refs/heads/master
c: 58f82be
h: refs/heads/master
v: v3
  • Loading branch information
Karthik Manamcheri authored and Greg Kroah-Hartman committed Jan 25, 2013
1 parent f5fd950 commit 50e6bdd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebcf09816c68d1082aec5a2646e9f20715384502
refs/heads/master: 58f82be334ede87aa6ff6fa1afdb05552be907be
2 changes: 2 additions & 0 deletions trunk/drivers/tty/n_tty.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,8 @@ 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 50e6bdd

Please sign in to comment.