On Wed, 25 Aug 2010 13:20:57 +1000 Stephen Rothwell wrote:
2 separate slub build errors/warnings:
mm/slub.c:1732: error: implicit declaration of function 'slab_pre_alloc_hook'
mm/slub.c:1751: error: implicit declaration of function 'slab_post_alloc_hook'
mm/slub.c:1881: error: implicit declaration of function 'slab_free_hook'
mm/slub.c:1886: error: implicit declaration of function 'slab_free_hook_irq'
and in different builds:
mm/slub.c:1898: note: expected 'struct kmem_cache *' but argument is of type 'struct kmem_cache **'
mm/slub.c:1756: note: expected 'struct kmem_cache *' but argument is of type 'struct kmem_cache **'
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--