|
@@ -457,11 +457,11 @@ static void send_sigio_to_task(struct task_struct *p,
|
|
else
|
|
else
|
|
si.si_band = band_table[reason - POLL_IN];
|
|
si.si_band = band_table[reason - POLL_IN];
|
|
si.si_fd = fd;
|
|
si.si_fd = fd;
|
|
- if (!send_group_sig_info(fown->signum, &si, p))
|
|
|
|
|
|
+ if (!group_send_sig_info(fown->signum, &si, p))
|
|
break;
|
|
break;
|
|
/* fall-through: fall back on the old plain SIGIO signal */
|
|
/* fall-through: fall back on the old plain SIGIO signal */
|
|
case 0:
|
|
case 0:
|
|
- send_group_sig_info(SIGIO, SEND_SIG_PRIV, p);
|
|
|
|
|
|
+ group_send_sig_info(SIGIO, SEND_SIG_PRIV, p);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -495,7 +495,7 @@ static void send_sigurg_to_task(struct task_struct *p,
|
|
struct fown_struct *fown)
|
|
struct fown_struct *fown)
|
|
{
|
|
{
|
|
if (sigio_perm(p, fown, SIGURG))
|
|
if (sigio_perm(p, fown, SIGURG))
|
|
- send_group_sig_info(SIGURG, SEND_SIG_PRIV, p);
|
|
|
|
|
|
+ group_send_sig_info(SIGURG, SEND_SIG_PRIV, p);
|
|
}
|
|
}
|
|
|
|
|
|
int send_sigurg(struct fown_struct *fown)
|
|
int send_sigurg(struct fown_struct *fown)
|