lkml.org 
[lkml]   [2014]   [Nov]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH 2/3] mm/zsmalloc: add __init/__exit to zs_init/zs_exit
Date
After patch [1], the zs_exit is only called in module exit.
So add __init/__exit to zs_init/zs_exit.

[1] mm/zsmalloc: avoid unregister a NOT-registered zsmalloc zpool driver

Signed-off-by: Mahendran Ganesh <opensource.ganesh@gmail.com>
---
mm/zsmalloc.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c
index 3d2bb36..92af030 100644
--- a/mm/zsmalloc.c
+++ b/mm/zsmalloc.c
@@ -881,7 +881,7 @@ static struct notifier_block zs_cpu_nb = {
.notifier_call = zs_cpu_notifier
};

-static void zs_exit(void)
+static void __exit zs_exit(void)
{
int cpu;

@@ -898,7 +898,7 @@ static void zs_exit(void)
cpu_notifier_register_done();
}

-static int zs_init(void)
+static int __init zs_init(void)
{
int cpu, ret;

--
1.7.9.5


\
 
 \ /
  Last update: 2014-11-13 15:21    [W:0.095 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site