Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16977
b: refs/heads/master
c: 850d6fb
h: refs/heads/master
i:
  16975: 72c7575
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Jan 9, 2006
1 parent 895ad86 commit ea7e52d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86174cdcb44c095ffd2e3ca69caa56244cf701d5
refs/heads/master: 850d6fbe70c62a9792eac3e8ef34f2f09f209895
6 changes: 3 additions & 3 deletions trunk/fs/fcntl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit ea7e52d

Please sign in to comment.