From 044d6b3b997b87d4449d6b7e9c8b58fe1f38a7ba Mon Sep 17 00:00:00 2001 From: Bharath Ramesh Date: Sat, 16 Apr 2005 15:25:41 -0700 Subject: [PATCH] --- yaml --- r: 126 b: refs/heads/master c: fc9c9ab22d5650977c417ef2032d02f455011b23 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/fcntl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: