From: Adrian Bunk This patch makes the needlessly global "global_faults" static. Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- mm/thrash.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN mm/thrash.c~make-mm-thrashcglobal_faults-static mm/thrash.c --- a/mm/thrash.c~make-mm-thrashcglobal_faults-static +++ a/mm/thrash.c @@ -24,7 +24,7 @@ static DEFINE_SPINLOCK(swap_token_lock); struct mm_struct *swap_token_mm; -unsigned int global_faults; +static unsigned int global_faults; void grab_swap_token(void) { _