[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4641443C.7090007@yahoo.com.au>
Date: Wed, 09 May 2007 13:47:08 +1000
From: Nick Piggin <nickpiggin@...oo.com.au>
To: unlisted-recipients:; (no To-header on input)
CC: Matt Mackall <mpm@...enic.com>, David Miller <davem@...emloft.net>,
clameter@....com, akpm@...ux-foundation.org,
linux-kernel@...r.kernel.org
Subject: Re: + fix-spellings-of-slab-allocator-section-in-init-kconfig.patch
added to -mm tree
Nick Piggin wrote:
> +static void kmem_rcu_free(struct rcu_head *head)
> +{
> + struct slob_rcu *slob_rcu = (struct slob_rcu *)head;
> + void *b = (void *)slob_rcu - slob_rcu->c->size;
No, I forgot that c->size includes the size of struct slob_rcu here.
Will send updated patch which is tested and includes SOB.
> +
> + __kmem_cache_free(b, slob_rcu->c);
> +}
--
SUSE Labs, Novell Inc.
-
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