Re: [PATCH 1/5] module: constify within_module_*

2013-01-10 Thread Rusty Russell
Sasha Levin writes: > These helper functions just check a set intersection with a range, and > don't actually modify struct module. > > Signed-off-by: Sasha Levin Thanks, applied. Cheers, Rusty. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH 1/5] module: constify within_module_*

2013-01-10 Thread Rusty Russell
Sasha Levin sasha.le...@oracle.com writes: These helper functions just check a set intersection with a range, and don't actually modify struct module. Signed-off-by: Sasha Levin sasha.le...@oracle.com Thanks, applied. Cheers, Rusty. -- To unsubscribe from this list: send the line

[PATCH 1/5] module: constify within_module_*

2013-01-09 Thread Sasha Levin
These helper functions just check a set intersection with a range, and don't actually modify struct module. Signed-off-by: Sasha Levin --- include/linux/module.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/module.h b/include/linux/module.h index

[PATCH 1/5] module: constify within_module_*

2013-01-09 Thread Sasha Levin
These helper functions just check a set intersection with a range, and don't actually modify struct module. Signed-off-by: Sasha Levin sasha.le...@oracle.com --- include/linux/module.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/module.h