[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0802131420590.21486@schroedinger.engr.sgi.com>
Date: Wed, 13 Feb 2008 14:21:19 -0800 (PST)
From: Christoph Lameter <clameter@....com>
To: Adrian Bunk <bunk@...nel.org>
cc: penberg@...helsinki.fi, linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: Re: [2.6 patch] make slub.c:slab_address() static
Queued-by: Christoph Lameter <clameter@....com>
On Wed, 13 Feb 2008, 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;
> }
>
>
--
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