Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179724
b: refs/heads/master
c: 7036251
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 20, 2010
1 parent 973cd34 commit 486c9ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 18c576f950167ff3ec1e56dcbbec7b87288b3237
refs/heads/master: 703625118069f9f8960d356676662d3db5a9d116
2 changes: 1 addition & 1 deletion trunk/drivers/char/tty_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -1951,8 +1951,8 @@ static int tty_fasync(int fd, struct file *filp, int on)
pid = task_pid(current);
type = PIDTYPE_PID;
}
spin_unlock_irqrestore(&tty->ctrl_lock, flags);
retval = __f_setown(filp, pid, type, 0);
spin_unlock_irqrestore(&tty->ctrl_lock, flags);
if (retval)
goto out;
} else {
Expand Down

0 comments on commit 486c9ff

Please sign in to comment.