diff options
Diffstat (limited to 'mm/zbud.c')
-rw-r--r-- | mm/zbud.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -130,7 +130,8 @@ static struct zbud_ops zbud_zpool_ops = { | |||
130 | .evict = zbud_zpool_evict | 130 | .evict = zbud_zpool_evict |
131 | }; | 131 | }; |
132 | 132 | ||
133 | static void *zbud_zpool_create(gfp_t gfp, struct zpool_ops *zpool_ops) | 133 | static void *zbud_zpool_create(char *name, gfp_t gfp, |
134 | struct zpool_ops *zpool_ops) | ||
134 | { | 135 | { |
135 | return zbud_create_pool(gfp, zpool_ops ? &zbud_zpool_ops : NULL); | 136 | return zbud_create_pool(gfp, zpool_ops ? &zbud_zpool_ops : NULL); |
136 | } | 137 | } |