All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rasmus Andersen <rasmus@jaquet.dk>
To: Marcelo Tosatti <marcelo@conectiva.com.br>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: Linux 2.4.17-rc2
Date: Thu, 20 Dec 2001 11:58:10 +0100	[thread overview]
Message-ID: <20011220115810.N825@jaquet.dk> (raw)
In-Reply-To: <Pine.LNX.4.21.0112181824020.4821-100000@freak.distro.conectiva>
In-Reply-To: <Pine.LNX.4.21.0112181824020.4821-100000@freak.distro.conectiva>; from marcelo@conectiva.com.br on Tue, Dec 18, 2001 at 06:26:03PM -0200

On Tue, Dec 18, 2001 at 06:26:03PM -0200, Marcelo Tosatti wrote:
> 
> Hi,
> 
> So here it goes 2.4.17-rc2... as expected, bugfixes only.


Hi.

Due to the (hideous) construct of multiple drivers in drivers/scsi
doing #include "NCR5380.c", we need the following patch to make
NCR5380_timer_fn static.

--- linux-2417r2/drivers/scsi/NCR5380.c.old	Thu Dec 20 11:50:43 2001
+++ linux-2417r2/drivers/scsi/NCR5380.c	Thu Dec 20 11:45:48 2001
@@ -612,7 +612,7 @@
  *	Locks: disables irqs, takes and frees io_request_lock
  */
  
-void NCR5380_timer_fn(unsigned long unused)
+static void NCR5380_timer_fn(unsigned long unused)
 {
 	struct Scsi_Host *instance;
 

-- 
        Rasmus(rasmus@jaquet.dk)

If at first you don't succeed, chainsaw juggling is not for you.
 -- Anonymous

  parent reply	other threads:[~2001-12-20 10:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-18 20:26 Linux 2.4.17-rc2 Marcelo Tosatti
2001-12-19 14:08 ` reiserfs remount problem (Re: Linux 2.4.17-rc2) Masaru Kawashima
2001-12-19 14:26   ` [reiserfs-list] " Oleg Drokin
2001-12-19 14:52     ` Masaru Kawashima
2001-12-19 15:01       ` Oleg Drokin
2001-12-19 15:21         ` Masaru Kawashima
2001-12-19 15:26           ` Oleg Drokin
2001-12-19 17:57 ` Linux 2.4.17-rc2: highmem breaks loop, affs Matthias Andree
2001-12-20 10:58 ` Rasmus Andersen [this message]
2001-12-20 18:32 ` Linux 2.4.17-rc2 -- unresolved symbols Maciek Nowacki
2001-12-20 21:29 ` Linux 2.4.17-rc2 Rasmus Andersen
     [not found] <3C1FCE78.9F87D16D@mandrakesoft.com>
2001-12-19 14:46 ` Marcelo Tosatti
  -- strict thread matches above, loose matches on Subject: below --
2001-12-20 12:44 Rasmus Andersen
2001-12-20 14:14 ` Keith Owens

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=20011220115810.N825@jaquet.dk \
    --to=rasmus@jaquet.dk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /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.