diff --git a/[refs] b/[refs] index c0214bb6109d..5e1425ba069c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2b847c3cb4f8565911bd8ce59b8428e635c90594 +refs/heads/master: 788e1aadadd0d5a9cbffce10c34840b4072bc733 diff --git a/trunk/mm/slub.c b/trunk/mm/slub.c index f074f756405a..944b4edaeb18 100644 --- a/trunk/mm/slub.c +++ b/trunk/mm/slub.c @@ -1716,7 +1716,7 @@ static inline void note_cmpxchg_failure(const char *n, stat(s, CMPXCHG_DOUBLE_CPU_FAIL); } -void init_kmem_cache_cpus(struct kmem_cache *s) +static void init_kmem_cache_cpus(struct kmem_cache *s) { int cpu; @@ -1941,7 +1941,7 @@ static void unfreeze_partials(struct kmem_cache *s) * If we did not find a slot then simply move all the partials to the * per node partial list. */ -int put_cpu_partial(struct kmem_cache *s, struct page *page, int drain) +static int put_cpu_partial(struct kmem_cache *s, struct page *page, int drain) { struct page *oldpage; int pages;