Re: build issue for v2.6.25-rc7-187-ga9edadb in mm/slub.c
- From: Christoph Lameter <clameter@xxxxxxx>
- Date: Mon, 31 Mar 2008 11:47:32 -0700 (PDT)
Does this fix things?
Subject: Fix undefined count_partial of !CONFIG_SLABINFO
Typo in the check if we need the count_partial function that was
introduced by 53625b4204753b904addd40ca96d9ba802e6977d
Signed-off-by: Christoph Lameter <clameter@xxxxxxx>
---
mm/slub.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6/mm/slub.c
===================================================================
--- linux-2.6.orig/mm/slub.c 2008-03-31 11:29:28.000000000 -0700
+++ linux-2.6/mm/slub.c 2008-03-31 11:32:23.000000000 -0700
@@ -2688,7 +2688,7 @@ void kfree(const void *x)
}
EXPORT_SYMBOL(kfree);
-#if defined(SLUB_DEBUG) || defined(CONFIG_SLABINFO)
+#if defined(CONFIG_SLUB_DEBUG) || defined(CONFIG_SLABINFO)
static unsigned long count_partial(struct kmem_cache_node *n)
{
unsigned long flags;
--
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/
- References:
- build issue for v2.6.25-rc7-187-ga9edadb in mm/slub.c
- From: Toralf Förster
- build issue for v2.6.25-rc7-187-ga9edadb in mm/slub.c
- Prev by Date: Re: 2.6.25-rc7-git2: Reported regressions from 2.6.24
- Next by Date: Re: [PATCH,TRIVIAL] AF_UNIX, accept() and addrlen
- Previous by thread: build issue for v2.6.25-rc7-187-ga9edadb in mm/slub.c
- Next by thread: [PATCH for 2.6.25] Markers - use synchronize_sched()
- Index(es):
Relevant Pages
- Re: [PATCH] BLACKFIN: Typo: "CONFIG_RTC_BFIN_MODULE" -> "CONFIG_RTC_DRV_BFIN_MODULE"
... i'm *reasonably* confident that this is a typo that should be fixed. ... static
struct platform_device rtc_device = { ... More majordomo info at http://vger.kernel.org/majordomo-info.html
... Please read the FAQ at http://www.tux.org/lkml/ ... (Linux-Kernel) - Re: [RFC PATCH 0/5] x86_64: enable clockevents and dynticks
... it, there was still more room for cleanups, etc. ... also been tested somewhat
extensively as Jeremy noted from my typo ... More majordomo info at http://vger.kernel.org/majordomo-info.html
... Please read the FAQ at http://www.tux.org/lkml/ ... (Linux-Kernel) - Re: [2.6 patch] drivers/net/wireless/libertas/fw.c: fix use-before-check
... unsigned long flags; ... + if (!cmd) { ... More majordomo info
at http://vger.kernel.org/majordomo-info.html ... Please read the FAQ at http://www.tux.org/lkml/
... (Linux-Kernel) - Re: [PATCH] sigqueue_free: fix the race with collect_signal()
... spin_unlock_irqrestore(lock, flags); ... It would be nice to know if
this patch solves the problems reported ... More majordomo info at http://vger.kernel.org/majordomo-info.html
... Please read the FAQ at http://www.tux.org/lkml/ ... (Linux-Kernel) - Re: [PATCH] enable soft-irq state w/ raw state
... Daniel ... > flags during start_kernel. ... > More majordomo
info at http://vger.kernel.org/majordomo-info.html ... > Please read the FAQ at
http://www.tux.org/lkml/ ... (Linux-Kernel)