Re: [PATCH 2/3] mm/zsmalloc: add __init/__exit to zs_init/zs_exit

2014-11-14 Thread Sergey Senozhatsky
On (11/13/14 21:37), Mahendran Ganesh wrote: > 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 makes sense. -ss > -

[PATCH 2/3] mm/zsmalloc: add __init/__exit to zs_init/zs_exit

2014-11-13 Thread Mahendran Ganesh
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 --- mm/zsmalloc.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --