[PATCH] fs: sparse warning fix for autofs4/root.c

2013-03-11 Thread Claudiu Ghioc
Fixed the sparse warning: * "fs/autofs4/root.c:411:5: warning: symbol 'autofs4_d_manage' was not declared. Should it be static?" Signed-off-by: Claudiu Ghioc --- fs/autofs4/root.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/autofs4

[PATCH] hugetlb: fix sparse warning for hugetlb_register_node

2013-03-04 Thread Claudiu Ghioc
Removed the following sparse warnings: * mm/hugetlb.c:1764:6: warning: symbol 'hugetlb_unregister_node' was not declared. Should it be static? * mm/hugetlb.c:1808:6: warning: symbol 'hugetlb_register_node' was not declared. Should it be static? Signed-o

[PATCH] filter: fix sparse warning for bpf_internal_load_pointer_neg_helper

2013-03-03 Thread Claudiu Ghioc
Removed the following sparse warning: * net/core/filter.c:48:6: warning: symbol 'bpf_internal_load_pointer_neg_helper' was not declared. Should it be static? Signed-off-by: Claudiu Ghioc --- net/core/filter.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -

[PATCH v2] ipvs: fixed sparse warning

2012-07-18 Thread Claudiu Ghioc
t be static? Signed-off-by: Claudiu Ghioc --- net/netfilter/ipvs/ip_vs_ctl.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/netfilter/ipvs/ip_vs_ctl.c b/net/netfilter/ipvs/ip_vs_ctl.c index d43e3c1..044e845 100644 --- a/net/netfilter/ipvs/ip_vs_ctl.c +++

[PATCH] ipvs: fixed sparse warning

2012-07-13 Thread Claudiu Ghioc
Removed the following sparse warnings: * warning: symbol 'ip_vs_control_net_init_sysctl' was not declared. Should it be static? * warning: symbol 'ip_vs_control_net_cleanup_sysctl' was not declared. Should it be static? Signed-off-by: Claudiu Ghioc