|
@@ -212,7 +212,7 @@ static int zswap_entry_cache_create(void)
|
|
|
return zswap_entry_cache == NULL;
|
|
|
}
|
|
|
|
|
|
-static void zswap_entry_cache_destory(void)
|
|
|
+static void __init zswap_entry_cache_destroy(void)
|
|
|
{
|
|
|
kmem_cache_destroy(zswap_entry_cache);
|
|
|
}
|
|
@@ -941,7 +941,7 @@ static int __init init_zswap(void)
|
|
|
pcpufail:
|
|
|
zswap_comp_exit();
|
|
|
compfail:
|
|
|
- zswap_entry_cache_destory();
|
|
|
+ zswap_entry_cache_destroy();
|
|
|
cachefail:
|
|
|
zpool_destroy_pool(zswap_pool);
|
|
|
error:
|