Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189387
b: refs/heads/master
c: 6da8d86
h: refs/heads/master
i:
  189385: 3a6bf81
  189383: 6ceb4ec
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Apr 3, 2010
1 parent b67f694 commit cef5505
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: 483f64c430ad981188d865ee635f3f7a469f0b12
refs/heads/master: 6da8d866d0d39e9509ff826660f6a86a6757c966
2 changes: 2 additions & 0 deletions trunk/drivers/char/tty_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,8 @@ static void release_one_tty(struct work_struct *work)
list_del_init(&tty->tty_files);
file_list_unlock();

put_pid(tty->pgrp);
put_pid(tty->session);
free_tty_struct(tty);
}

Expand Down

0 comments on commit cef5505

Please sign in to comment.