aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/zswap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/zswap.c b/mm/zswap.c
index 9da56af24df5..ea064c1a09ba 100644
--- a/mm/zswap.c
+++ b/mm/zswap.c
@@ -212,7 +212,7 @@ static int zswap_entry_cache_create(void)
212 return zswap_entry_cache == NULL; 212 return zswap_entry_cache == NULL;
213} 213}
214 214
215static void zswap_entry_cache_destory(void) 215static void __init zswap_entry_cache_destroy(void)
216{ 216{
217 kmem_cache_destroy(zswap_entry_cache); 217 kmem_cache_destroy(zswap_entry_cache);
218} 218}
@@ -941,7 +941,7 @@ static int __init init_zswap(void)
941pcpufail: 941pcpufail:
942 zswap_comp_exit(); 942 zswap_comp_exit();
943compfail: 943compfail:
944 zswap_entry_cache_destory(); 944 zswap_entry_cache_destroy();
945cachefail: 945cachefail:
946 zpool_destroy_pool(zswap_pool); 946 zpool_destroy_pool(zswap_pool);
947error: 947error: