A patch was posted today for this issue. 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 >

