summaryrefslogtreecommitdiff
path: root/include/linux/resume_user_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/resume_user_mode.h')
-rw-r--r--include/linux/resume_user_mode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/resume_user_mode.h b/include/linux/resume_user_mode.h
index e0135e0adae0..bf92227c78d0 100644
--- a/include/linux/resume_user_mode.h
+++ b/include/linux/resume_user_mode.h
@@ -59,7 +59,7 @@ static inline void resume_user_mode_work(struct pt_regs *regs)
mem_cgroup_handle_over_high(GFP_KERNEL);
blkcg_maybe_throttle_current();
- rseq_handle_notify_resume(NULL, regs);
+ rseq_handle_slowpath(regs);
}
#endif /* LINUX_RESUME_USER_MODE_H */