On (21/01/14 07:00), Miaohe Lin wrote: > > We always memset the zspage allocated via cache_alloc_zspage. So it's more > convenient to use kmem_cache_zalloc in cache_alloc_zspage than caller do it > manually. > > Signed-off-by: Miaohe Lin <linmiaohe@xxxxxxxxxx> Reviewed-by: Sergey Senozhatsky <sergey.senozhatsky@xxxxxxxxx> -ss