|
@@ -135,7 +135,6 @@ static int ____call_usermodehelper(void *data)
|
|
|
|
|
|
/* Unblock all signals and set the session keyring. */
|
|
|
new_session = key_get(sub_info->ring);
|
|
|
- flush_signals(current);
|
|
|
spin_lock_irq(¤t->sighand->siglock);
|
|
|
old_session = __install_session_keyring(current, new_session);
|
|
|
flush_signal_handlers(current, 1);
|