diff options
Diffstat (limited to 'kernel/kmod.c')
-rw-r--r-- | kernel/kmod.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/kmod.c b/kernel/kmod.c index 49cc4b9c1a8d..6cea9db25c3d 100644 --- a/kernel/kmod.c +++ b/kernel/kmod.c | |||
@@ -135,7 +135,6 @@ static int ____call_usermodehelper(void *data) | |||
135 | 135 | ||
136 | /* Unblock all signals and set the session keyring. */ | 136 | /* Unblock all signals and set the session keyring. */ |
137 | new_session = key_get(sub_info->ring); | 137 | new_session = key_get(sub_info->ring); |
138 | flush_signals(current); | ||
139 | spin_lock_irq(¤t->sighand->siglock); | 138 | spin_lock_irq(¤t->sighand->siglock); |
140 | old_session = __install_session_keyring(current, new_session); | 139 | old_session = __install_session_keyring(current, new_session); |
141 | flush_signal_handlers(current, 1); | 140 | flush_signal_handlers(current, 1); |