Re: [PATCH] fix net/rxrpc/proc.c

Chris Wright (chris@wirex.com)
Mon, 12 May 2003 20:05:30 -0700


* YOSHIFUJI Hideaki / ?$B5HF#1QL@?(B (yoshfuji@linux-ipv6.org) wrote:
>
> Sorry, it's my mistake. David, please apply his patch.

Thanks, sorry, I should have Cc:'d you in the first place, my apology.
Seems like the rxrpc_proc_calls_fops should get an owner as well? (relative
to the last patch)

thanks,
-chris

===== net/rxrpc/proc.c 1.3 vs edited =====
--- 1.3/net/rxrpc/proc.c Sat May 10 11:46:35 2003
+++ edited/net/rxrpc/proc.c Mon May 12 19:56:20 2003
@@ -102,6 +101,7 @@
};

static struct file_operations rxrpc_proc_calls_fops = {
+ .owner = THIS_MODULE,
.open = rxrpc_proc_calls_open,
.read = seq_read,
.llseek = seq_lseek,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/