On 05/12/2014 09:47 PM, Christoph Lameter wrote:
A patch was posted today for this issue.
AFAICT, it's coming from -mm. Andrew, can you pick up the fix?
Date: Mon, 12 May 2014 09:36:30 -0300 From: Fabio Estevam <[email protected]> To: [email protected] Cc: [email protected], [email protected], Fabio Estevam <[email protected]>, Christoph Lameter <[email protected]>, David Rientjes <[email protected]>, Pekka Enberg <[email protected]> Subject: [PATCH] mm: slub: Place count_partial() outside CONFIG_SLUB_DEBUG if block On Mon, 12 May 2014, Jim Davis wrote:Building with the attached random configuration file, mm/slub.c: In function ‘show_slab_objects’: mm/slub.c:4361:5: error: implicit declaration of function ‘count_partial’ [-Werr or=implicit-function-declaration] x = count_partial(n, count_total); ^ cc1: some warnings being treated as errors make[1]: *** [mm/slub.o] Error 1>
-- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

