[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <47B3626C.2080604@cs.helsinki.fi>
Date: Wed, 13 Feb 2008 23:34:36 +0200
From: Pekka Enberg <penberg@...helsinki.fi>
To: Adrian Bunk <bunk@...nel.org>
CC: clameter@....com, linux-mm@...ck.org, linux-kernel@...r.kernel.org
Subject: Re: [2.6 patch] make slub.c:slab_address() static
Adrian Bunk wrote:
> slab_address() can become static.
>
> Signed-off-by: Adrian Bunk <bunk@...nel.org>
>
> ---
> fdd710f00d8bed8413c160685bc5229ec15b4d9f diff --git a/mm/slub.c b/mm/slub.c
> index e2989ae..af83daf 100644
> --- a/mm/slub.c
> +++ b/mm/slub.c
> @@ -308,7 +308,7 @@ static inline int is_end(void *addr)
> return (unsigned long)addr & PAGE_MAPPING_ANON;
> }
>
> -void *slab_address(struct page *page)
> +static void *slab_address(struct page *page)
> {
> return page->end - PAGE_MAPPING_ANON;
> }
>
Acked-by: Pekka Enberg <penberg@...helsinki.fi>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists