Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126
b: refs/heads/master
c: fc9c9ab
h: refs/heads/master
v: v3
  • Loading branch information
Bharath Ramesh authored and Linus Torvalds committed Apr 16, 2005
1 parent e7bc6be commit 044d6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 4a534f93b371e8e6e87ae302757365f0f583e06b
refs/heads/master: fc9c9ab22d5650977c417ef2032d02f455011b23
2 changes: 1 addition & 1 deletion trunk/fs/fcntl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 044d6b3

Please sign in to comment.