diff options
-rw-r--r-- | fs/fcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fcntl.c b/fs/fcntl.c index c1708066bf55..3e7ab16ed154 100644 --- a/fs/fcntl.c +++ b/fs/fcntl.c | |||
@@ -437,7 +437,7 @@ static void send_sigio_to_task(struct task_struct *p, | |||
437 | else | 437 | else |
438 | si.si_band = band_table[reason - POLL_IN]; | 438 | si.si_band = band_table[reason - POLL_IN]; |
439 | si.si_fd = fd; | 439 | si.si_fd = fd; |
440 | if (!send_sig_info(fown->signum, &si, p)) | 440 | if (!send_group_sig_info(fown->signum, &si, p)) |
441 | break; | 441 | break; |
442 | /* fall-through: fall back on the old plain SIGIO signal */ | 442 | /* fall-through: fall back on the old plain SIGIO signal */ |
443 | case 0: | 443 | case 0: |