net/mlx4_core: Fix wrong mask and error flow for the update-qp command
[sfrench/cifs-2.6.git] / include / linux / zsmalloc.h
index 05c21476097796d30639dbf7a3521b4e81604d4b..3283c6a55425d6ecf8afa2745545338d94875d34 100644 (file)
@@ -36,7 +36,7 @@ enum zs_mapmode {
 
 struct zs_pool;
 
-struct zs_pool *zs_create_pool(gfp_t flags);
+struct zs_pool *zs_create_pool(char *name, gfp_t flags);
 void zs_destroy_pool(struct zs_pool *pool);
 
 unsigned long zs_malloc(struct zs_pool *pool, size_t size);