Skip to content
Snippets Groups Projects
user avatar
Wu Fengguang authored
In balance_dirty_pages() task_ratelimit may be not initialized
(initialization skiped by goto pause), and then used when calling
tracing hook.

Fix it by moving the task_ratelimit assignment before goto pause.

Reported-by: default avatarWitold Baryluk <baryluk@smp.if.uj.edu.pl>
Signed-off-by: default avatarWu Fengguang <fengguang.wu@intel.com>
3a73dbbc
Name Last commit Last update
..