Re: [PATCH v2] mm: vmscan: abort proactive reclaim early when freezing for suspend
From: Richard Chang
Date: Fri Jul 17 2026 - 05:14:44 EST
Hi Michal,
Returning -ERESTARTSYS in user_proactive_reclaim() is a great suggestion.
I will update the patch to use -ERESTARTSYS in
user_proactive_reclaim() alongside the should_abort_scan() check.
Thank you!