Re: [2.6 patch] make slub.c:slab_address() static

From: Christoph Lameter
Date: Wed Feb 13 2008 - 17:21:35 EST


Queued-by: Christoph Lameter <clameter@xxxxxxx>

On Wed, 13 Feb 2008, Adrian Bunk wrote:

> slab_address() can become static.
>
> Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>
>
> ---
> 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/