diff options
author | 2011-11-07 19:19:28 +0800 | |
---|---|---|
committer | 2011-11-07 19:19:28 +0800 | |
commit | 3a73dbbc9bb3fc8594cd67af4db6c563175dfddb (patch) | |
tree | e5120c19fd8e83a38d5c0852336a92c5b7862c6a /lib/mpi/mpi-bit.c | |
parent | Revert "hvc_console: display printk messages on console." (diff) | |
download | linux-dev-3a73dbbc9bb3fc8594cd67af4db6c563175dfddb.tar.xz linux-dev-3a73dbbc9bb3fc8594cd67af4db6c563175dfddb.zip |
writeback: fix uninitialized task_ratelimit
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: Witold Baryluk <baryluk@smp.if.uj.edu.pl>
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Diffstat (limited to 'lib/mpi/mpi-bit.c')
0 files changed, 0 insertions, 0 deletions