Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198740
b: refs/heads/master
c: 363da40
h: refs/heads/master
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed May 27, 2010
1 parent 6464a23 commit 55685b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: c70a626d3eba373514c72287c93588b6974a0059
refs/heads/master: 363da4022c2753bf4b4b54a1bb9e4527fdcb9d5d
3 changes: 0 additions & 3 deletions trunk/kernel/kmod.c
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,8 @@ static int ____call_usermodehelper(void *data)
struct subprocess_info *sub_info = data;
int retval;

/* Unblock all signals */
spin_lock_irq(&current->sighand->siglock);
flush_signal_handlers(current, 1);
sigemptyset(&current->blocked);
recalc_sigpending();
spin_unlock_irq(&current->sighand->siglock);

/* We can run anywhere, unlike our parent keventd(). */
Expand Down

0 comments on commit 55685b5

Please sign in to comment.