Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165687
b: refs/heads/master
c: 06f1631
h: refs/heads/master
i:
  165685: b6f1ef8
  165683: b97ae8e
  165679: a7d320c
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Sep 24, 2009
1 parent 44854de commit 72d0aa9
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: 4a30debfb778240a4b1767d4b0c5a5b25ab97160
refs/heads/master: 06f1631a1671bce2d59d58cb1debdf23e1803ebf
4 changes: 2 additions & 2 deletions trunk/fs/fcntl.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,11 +461,11 @@ static void send_sigio_to_task(struct task_struct *p,
else
si.si_band = band_table[reason - POLL_IN];
si.si_fd = fd;
if (!group_send_sig_info(signum, &si, p))
if (!do_send_sig_info(signum, &si, p, true))
break;
/* fall-through: fall back on the old plain SIGIO signal */
case 0:
group_send_sig_info(SIGIO, SEND_SIG_PRIV, p);
do_send_sig_info(SIGIO, SEND_SIG_PRIV, p, true);
}
}

Expand Down

0 comments on commit 72d0aa9

Please sign in to comment.