Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354844
b: refs/heads/master
c: 183d95c
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov authored and Greg Kroah-Hartman committed Feb 4, 2013
1 parent 53e2d37 commit 7841a02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4d9b109060f690f5c835130ff54165ae157b3087
refs/heads/master: 183d95cdd834381c594d3aa801c1f9f9c0c54fa9
4 changes: 2 additions & 2 deletions trunk/drivers/tty/tty_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ static int set_termios(struct tty_struct *tty, void __user *arg, int opt)
if (opt & TERMIOS_WAIT) {
tty_wait_until_sent(tty, 0);
if (signal_pending(current))
return -EINTR;
return -ERESTARTSYS;
}

tty_set_termios(tty, &tmp_termios);
Expand Down Expand Up @@ -684,7 +684,7 @@ static int set_termiox(struct tty_struct *tty, void __user *arg, int opt)
if (opt & TERMIOS_WAIT) {
tty_wait_until_sent(tty, 0);
if (signal_pending(current))
return -EINTR;
return -ERESTARTSYS;
}

mutex_lock(&tty->termios_mutex);
Expand Down

0 comments on commit 7841a02

Please sign in to comment.