diff options
Diffstat (limited to 'drivers/char/tty_io.c')
-rw-r--r-- | drivers/char/tty_io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tty_io.c b/drivers/char/tty_io.c index 95f3596189cf..94070f7bf389 100644 --- a/drivers/char/tty_io.c +++ b/drivers/char/tty_io.c | |||
@@ -1118,7 +1118,7 @@ int tty_check_change(struct tty_struct * tty) | |||
1118 | return 0; | 1118 | return 0; |
1119 | if (is_ignored(SIGTTOU)) | 1119 | if (is_ignored(SIGTTOU)) |
1120 | return 0; | 1120 | return 0; |
1121 | if (is_orphaned_pgrp(process_group(current))) | 1121 | if (is_current_pgrp_orphaned()) |
1122 | return -EIO; | 1122 | return -EIO; |
1123 | (void) kill_pg(process_group(current), SIGTTOU, 1); | 1123 | (void) kill_pg(process_group(current), SIGTTOU, 1); |
1124 | return -ERESTARTSYS; | 1124 | return -ERESTARTSYS; |