Re: [PATCH 1/2] module: export param_free_charp()

2015-08-27 Thread Rusty Russell
Dan Streetman writes: > Change the param_free_charp() function from static to exported. > > It is used by zswap in the next patch. > > Signed-off-by: Dan Streetman Acked-by: Rusty Russell Thanks! Rusty. > --- > include/linux/moduleparam.h | 1 + > kernel/params.c | 3 ++- > 2

Re: [PATCH 1/2] module: export param_free_charp()

2015-08-27 Thread Rusty Russell
Dan Streetman ddstr...@ieee.org writes: Change the param_free_charp() function from static to exported. It is used by zswap in the next patch. Signed-off-by: Dan Streetman ddstr...@ieee.org Acked-by: Rusty Russell ru...@rustcorp.com.au Thanks! Rusty. --- include/linux/moduleparam.h | 1

[PATCH 1/2] module: export param_free_charp()

2015-08-26 Thread Dan Streetman
Change the param_free_charp() function from static to exported. It is used by zswap in the next patch. Signed-off-by: Dan Streetman --- include/linux/moduleparam.h | 1 + kernel/params.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git

[PATCH 1/2] module: export param_free_charp()

2015-08-26 Thread Dan Streetman
Change the param_free_charp() function from static to exported. It is used by zswap in the next patch. Signed-off-by: Dan Streetman ddstr...@ieee.org --- include/linux/moduleparam.h | 1 + kernel/params.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git