Thread (6 messages) 6 messages, 5 authors, 2007-10-30

Re: [PATCH 1/2] Convert /proc/net/ipv6_route to seq_file interface

From: Patrick McHardy <hidden>
Date: 2007-10-30 15:39:43

Stephen Hemminger wrote:
On Tue, 30 Oct 2007 16:11:47 +0300
Alexey Dobriyan [off-list ref] wrote:
quoted
 
+static const struct file_operations ipv6_route_proc_fops = {
+	.open		= ipv6_route_open,
+	.read		= seq_read,
+	.llseek		= seq_lseek,
+	.release	= single_release,
+};
+
This needs
	.owner		= THIS_MODULE,

Your ip_queue conversion patch was also missing this, I've
fixed it up.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help