Re: [PATCH 7/8] mm/zsmalloc: add __init,__exit attribute

2016-07-03 Thread Minchan Kim
On Fri, Jul 01, 2016 at 02:41:05PM +0800, Ganesh Mahendran wrote: > Add __init,__exit attribute for function that is only called in > module init/exit to save memory. > > Signed-off-by: Ganesh Mahendran > --- > mm/zsmalloc.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 d

[PATCH 7/8] mm/zsmalloc: add __init,__exit attribute

2016-06-30 Thread Ganesh Mahendran
Add __init,__exit attribute for function that is only called in module init/exit Signed-off-by: Ganesh Mahendran --- mm/zsmalloc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mm/zsmalloc.c b/mm/zsmalloc.c index 6fc631a..1c7460b 100644 --- a/mm/zsmalloc.c +++ b/mm/zs