global_faults and last_aging are only used in grab_swap_token(). Then, they can be moved into grab_swap_token(). Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> --- mm/thrash.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mm/thrash.c b/mm/thrash.c index 0d41ff0..0504e8a 100644 --- a/mm/thrash.c +++ b/mm/thrash.c @@ -30,14 +30,14 @@ static DEFINE_SPINLOCK(swap_token_lock); struct mm_struct *swap_token_mm; struct mem_cgroup *swap_token_memcg; -static unsigned int global_faults; -static unsigned int last_aging; void grab_swap_token(struct mm_struct *mm) { int current_interval; unsigned int old_prio = mm->token_priority; struct mem_cgroup *memcg; + static unsigned int global_faults; + static unsigned int last_aging; global_faults++; -- 1.7.3.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>