All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix net/rxrpc/proc.c
@ 2003-05-13  0:38 Chris Wright
  2003-05-13  1:49 ` David S. Miller
  0 siblings, 1 reply; 9+ messages in thread
From: Chris Wright @ 2003-05-13  0:38 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: David Howells, linux-kernel

A recent change in 2.5.69-bk from Yoshfuji broke compilation of rxrpc
code.  It erroneously adds an owner field to the rxrpc_proc_peers_ops
seq_operations.  Fix below.

thanks,
-chris
-- 
Linux Security Modules     http://lsm.immunix.org     http://lsm.bkbits.net

===== 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 17:25:12 2003
@@ -52,7 +52,6 @@
 static int rxrpc_proc_peers_show(struct seq_file *m, void *v);
 
 static struct seq_operations rxrpc_proc_peers_ops = {
-	.owner	= THIS_MODULE,
 	.start	= rxrpc_proc_peers_start,
 	.next	= rxrpc_proc_peers_next,
 	.stop	= rxrpc_proc_peers_stop,

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-05-13  9:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-13  0:38 [PATCH] fix net/rxrpc/proc.c Chris Wright
2003-05-13  1:49 ` David S. Miller
2003-05-13  2:00   ` Chris Wright
2003-05-13  2:26     ` YOSHIFUJI Hideaki / 吉藤英明
2003-05-13  3:05       ` Chris Wright
2003-05-13  3:07         ` David S. Miller
2003-05-13  3:13         ` YOSHIFUJI Hideaki / 吉藤英明
2003-05-13  9:21         ` David Howells
2003-05-13  9:25           ` David Howells

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.