|
@@ -821,8 +821,6 @@ do_notify_resume(struct pt_regs *regs, void *unused, __u32 thread_info_flags)
|
|
|
if (thread_info_flags & _TIF_NOTIFY_RESUME) {
|
|
|
clear_thread_flag(TIF_NOTIFY_RESUME);
|
|
|
tracehook_notify_resume(regs);
|
|
|
- if (current->replacement_session_keyring)
|
|
|
- key_replace_session_keyring();
|
|
|
}
|
|
|
if (thread_info_flags & _TIF_USER_RETURN_NOTIFY)
|
|
|
fire_user_return_notifiers();
|