On Mon, 5 Mar 2018, Alexey Dobriyan wrote: > struct kmem_cache::size has always been "int", all those > "size_t size" are fake. They are useful since you typically pass sizeof( < whatever > ) as a parameter to kmem_cache_create(). Passing those values onto other functions internal to slab could use int. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>