Commit e3050055 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] make mm/thrash.c:global_faults static

This patch makes the needlessly global "global_faults" static.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 7c309a64
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment