X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=mm%2Fzbud.c;h=2ee4e45204936e20f50deaad8b37f857d7bea630;hb=9402bdcacdfedf7219a17e4d93300058a8e2aa4c;hp=4e387bea702eca644da2547c3bd8f9537291c189;hpb=dd7c2e720a16958da1279a8d69de6fb14b6f4ee4;p=linux-2.6-block.git diff --git a/mm/zbud.c b/mm/zbud.c index 4e387bea702e..2ee4e4520493 100644 --- a/mm/zbud.c +++ b/mm/zbud.c @@ -130,7 +130,8 @@ static struct zbud_ops zbud_zpool_ops = { .evict = zbud_zpool_evict }; -static void *zbud_zpool_create(gfp_t gfp, struct zpool_ops *zpool_ops) +static void *zbud_zpool_create(char *name, gfp_t gfp, + struct zpool_ops *zpool_ops) { return zbud_create_pool(gfp, zpool_ops ? &zbud_zpool_ops : NULL); }