From ea7e52d0f2e685049548c48ccc8144883a9d6248 Mon Sep 17 00:00:00 2001 From: Oleg Nesterov Date: Sun, 8 Jan 2006 01:03:29 -0800 Subject: [PATCH] --- yaml --- r: 16977 b: refs/heads/master c: 850d6fbe70c62a9792eac3e8ef34f2f09f209895 h: refs/heads/master i: 16975: 72c7575debeb740fae24d3d4e15abcd44675f900 v: v3 --- [refs] | 2 +- trunk/fs/fcntl.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index e04d16424faf..895bea8a98e2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 86174cdcb44c095ffd2e3ca69caa56244cf701d5 +refs/heads/master: 850d6fbe70c62a9792eac3e8ef34f2f09f209895 diff --git a/trunk/fs/fcntl.c b/trunk/fs/fcntl.c index 863b46e0d78a..9903bde475f2 100644 --- a/trunk/fs/fcntl.c +++ b/trunk/fs/fcntl.c @@ -457,11 +457,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 (!send_group_sig_info(fown->signum, &si, p)) + if (!group_send_sig_info(fown->signum, &si, p)) break; /* fall-through: fall back on the old plain SIGIO signal */ 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) { 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)