Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125066
b: refs/heads/master
c: 0ac6053
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Jan 2, 2009
1 parent 326b878 commit a400ece
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ff8cb0fd6f195389aefe55d5dac9927d09a9de54
refs/heads/master: 0ac6053c4db9369d7b0f9b39c30f4fb04405666b
3 changes: 0 additions & 3 deletions trunk/drivers/char/pty.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
*
* Added support for a Unix98-style ptmx device.
* -- C. Scott Ananian <cananian@alumni.princeton.edu>, 14-Jan-1998
* Added TTY_DO_WRITE_WAKEUP to enable n_tty to send POLL_OUT to
* waiting writers -- Sapan Bhatia <sapan@corewars.org>
*
* When reading this code see also fs/devpts. In particular note that the
* driver_data field is used by the devpts side as a binding to the devpts
Expand Down Expand Up @@ -217,7 +215,6 @@ static int pty_open(struct tty_struct *tty, struct file *filp)

clear_bit(TTY_OTHER_CLOSED, &tty->link->flags);
set_bit(TTY_THROTTLED, &tty->flags);
set_bit(TTY_DO_WRITE_WAKEUP, &tty->flags);
retval = 0;
out:
return retval;
Expand Down

0 comments on commit a400ece

Please sign in to comment.