All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chris Wright <chris@wirex.com>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: David Howells <dhowells@redhat.com>, linux-kernel@vger.kernel.org
Subject: [PATCH] fix net/rxrpc/proc.c
Date: Mon, 12 May 2003 17:38:01 -0700	[thread overview]
Message-ID: <20030512173801.A20068@figure1.int.wirex.com> (raw)

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,

             reply	other threads:[~2003-05-13  0:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-13  0:38 Chris Wright [this message]
2003-05-13  1:49 ` [PATCH] fix net/rxrpc/proc.c 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030512173801.A20068@figure1.int.wirex.com \
    --to=chris@wirex.com \
    --cc=dhowells@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.