diff --git a/[refs] b/[refs] index 88f051ddb8dd..ed42794d77da 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4a30debfb778240a4b1767d4b0c5a5b25ab97160 +refs/heads/master: 06f1631a1671bce2d59d58cb1debdf23e1803ebf diff --git a/trunk/fs/fcntl.c b/trunk/fs/fcntl.c index ae413086db97..50a988993262 100644 --- a/trunk/fs/fcntl.c +++ b/trunk/fs/fcntl.c @@ -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); } }