X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fslab.h;h=5ff9676c1e2ca83e93511891230189772fafe2a0;hb=228428428138e231a155464239880201e5cc8b44;hp=9ff8e849940396ed48b26a534af638e04accd54c;hpb=a048d3aff8b828b6c0fa7ddd90a531248ab4e0f9;p=linux-2.6 diff --git a/include/linux/slab.h b/include/linux/slab.h index 9ff8e84994..5ff9676c1e 100644 --- a/include/linux/slab.h +++ b/include/linux/slab.h @@ -96,6 +96,7 @@ int kmem_ptr_validate(struct kmem_cache *cachep, const void *ptr); /* * Common kmalloc functions provided by all allocators */ +void * __must_check __krealloc(const void *, size_t, gfp_t); void * __must_check krealloc(const void *, size_t, gfp_t); void kfree(const void *); size_t ksize(const void *);