diff options
Diffstat (limited to 'kernel/kmod.c')
-rw-r--r-- | kernel/kmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kmod.c b/kernel/kmod.c index 3d3c3ea3a023..f044f8f57703 100644 --- a/kernel/kmod.c +++ b/kernel/kmod.c | |||
@@ -140,7 +140,7 @@ static int ____call_usermodehelper(void *data) | |||
140 | /* Unblock all signals and set the session keyring. */ | 140 | /* Unblock all signals and set the session keyring. */ |
141 | new_session = key_get(sub_info->ring); | 141 | new_session = key_get(sub_info->ring); |
142 | spin_lock_irq(¤t->sighand->siglock); | 142 | spin_lock_irq(¤t->sighand->siglock); |
143 | old_session = __install_session_keyring(current, new_session); | 143 | old_session = __install_session_keyring(new_session); |
144 | flush_signal_handlers(current, 1); | 144 | flush_signal_handlers(current, 1); |
145 | sigemptyset(¤t->blocked); | 145 | sigemptyset(¤t->blocked); |
146 | recalc_sigpending(); | 146 | recalc_sigpending(); |