X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=mm%2Fzsmalloc.c;h=0a7f81aa2249c2c9925cceadd4737ec8c88bf259;hb=7adf12b87f45a77d364464018fb8e9e1ac875152;hp=a8b5e749e84e7dbd50d325eecf84a47316145598;hpb=93a4b1b9465d92e8be031b57166afa3d5611e142;p=uclinux-h8%2Flinux.git diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index a8b5e749e84e..0a7f81aa2249 100644 --- a/mm/zsmalloc.c +++ b/mm/zsmalloc.c @@ -45,10 +45,6 @@ * */ -#ifdef CONFIG_ZSMALLOC_DEBUG -#define DEBUG -#endif - #include #include #include @@ -313,7 +309,8 @@ static void record_obj(unsigned long handle, unsigned long obj) #ifdef CONFIG_ZPOOL -static void *zs_zpool_create(char *name, gfp_t gfp, struct zpool_ops *zpool_ops) +static void *zs_zpool_create(char *name, gfp_t gfp, struct zpool_ops *zpool_ops, + struct zpool *zpool) { return zs_create_pool(name, gfp); }