diff options
Diffstat (limited to 'fs/fcntl.c')
-rw-r--r-- | fs/fcntl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fcntl.c b/fs/fcntl.c index 0522e283a4f4..c17369659f4a 100644 --- a/fs/fcntl.c +++ b/fs/fcntl.c | |||
@@ -737,6 +737,7 @@ static void send_sigio_to_task(struct task_struct *p, | |||
737 | delivered even if we can't queue. Failure to | 737 | delivered even if we can't queue. Failure to |
738 | queue in this case _should_ be reported; we fall | 738 | queue in this case _should_ be reported; we fall |
739 | back to SIGIO in that case. --sct */ | 739 | back to SIGIO in that case. --sct */ |
740 | clear_siginfo(&si); | ||
740 | si.si_signo = signum; | 741 | si.si_signo = signum; |
741 | si.si_errno = 0; | 742 | si.si_errno = 0; |
742 | si.si_code = reason; | 743 | si.si_code = reason; |