diff --git a/[refs] b/[refs] index b95acfbb9754..a119468460dd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4a534f93b371e8e6e87ae302757365f0f583e06b +refs/heads/master: fc9c9ab22d5650977c417ef2032d02f455011b23 diff --git a/trunk/fs/fcntl.c b/trunk/fs/fcntl.c index c1708066bf55..3e7ab16ed154 100644 --- a/trunk/fs/fcntl.c +++ b/trunk/fs/fcntl.c @@ -437,7 +437,7 @@ static void send_sigio_to_task(struct task_struct *p, else si.si_band = band_table[reason - POLL_IN]; si.si_fd = fd; - if (!send_sig_info(fown->signum, &si, p)) + if (!send_group_sig_info(fown->signum, &si, p)) break; /* fall-through: fall back on the old plain SIGIO signal */ case 0: