[PATCH] set owner on /proc/net/rt6_stats

STALE8430d

2 messages, 2 authors, 2003-08-16 · open the first message on its own page

[PATCH] set owner on /proc/net/rt6_stats

From: Stephen Hemminger <hidden>
Date: 2003-08-15 18:01:07

Fix up initialization of IPV6 /proc/net/rt6_stats entries so owner field is set.
Use proc_net_fops_create helper instead of proc_net_create and fops assignment.

diff -Nru a/net/ipv6/route.c b/net/ipv6/route.c
--- a/net/ipv6/route.c	Fri Aug 15 10:57:55 2003
+++ b/net/ipv6/route.c	Fri Aug 15 10:57:55 2003
@@ -1983,10 +1983,11 @@
 						     NULL, NULL);
 	fib6_init();
 #ifdef 	CONFIG_PROC_FS
-	proc_net_create("ipv6_route", 0, rt6_proc_info);
-	p = create_proc_entry("rt6_stats", S_IRUGO, proc_net);
+	p = proc_net_create("ipv6_route", 0, rt6_proc_info);
 	if (p)
-		p->proc_fops = &rt6_stats_seq_fops;
+		p->owner = THIS_MODULE;
+
+	proc_net_fops_create("rt6_stats", S_IRUGO, &rt6_stats_seq_fops);
 #endif
 #ifdef CONFIG_XFRM
 	xfrm6_init();

Re: [PATCH] set owner on /proc/net/rt6_stats

From: David S. Miller <hidden>
Date: 2003-08-16 14:48:09

On Fri, 15 Aug 2003 11:01:07 -0700
Stephen Hemminger [off-list ref] wrote:
Fix up initialization of IPV6 /proc/net/rt6_stats entries so owner field is set.
Use proc_net_fops_create helper instead of proc_net_create and fops assignment.
Patch applied, thanks Stephen.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help