All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
To: Adrian Bunk <bunk@stusta.de>
Cc: Andrew Morton <akpm@osdl.org>,
	James.Bottomley@steeleye.com, linux-scsi@vger.kernel.org,
	linux-kernel@vger.kernel.org
Subject: Re: [2.6 patch] ide-scsi.c: make 2 functions static (fwd) (fwd)
Date: Sat, 8 Jan 2005 23:09:26 +0100	[thread overview]
Message-ID: <58cb370e05010814097c8ae8d9@mail.gmail.com> (raw)
In-Reply-To: <20050108214008.GT14108@stusta.de>

On Sat, 8 Jan 2005 22:40:08 +0100, Adrian Bunk <bunk@stusta.de> wrote:
> The patch forwarded below still applies and compiles against 2.6.10-mm2.

hmm, latest IDE update (in -bk) also makes these functions static

> --- linux-2.6.10-rc1-mm5-full/drivers/scsi/ide-scsi.c.old       2004-11-13 21:51:26.000000000 +0100
> +++ linux-2.6.10-rc1-mm5-full/drivers/scsi/ide-scsi.c   2004-11-13 21:51:41.000000000 +0100
> @@ -301,7 +301,7 @@
>         return ide_do_drive_cmd(drive, rq, ide_preempt);
>  }
> 
> -ide_startstop_t idescsi_atapi_error (ide_drive_t *drive, const char *msg, byte stat)
> +static ide_startstop_t idescsi_atapi_error (ide_drive_t *drive, const char *msg, byte stat)
>  {
>         struct request *rq;
>         byte err;
> @@ -327,7 +327,7 @@
>         return ide_stopped;
>  }
> 
> -ide_startstop_t idescsi_atapi_abort (ide_drive_t *drive, const char *msg)
> +static ide_startstop_t idescsi_atapi_abort (ide_drive_t *drive, const char *msg)
>  {
>         struct request *rq;
>

      reply	other threads:[~2005-01-08 22:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-08 21:40 [2.6 patch] ide-scsi.c: make 2 functions static (fwd) (fwd) Adrian Bunk
2005-01-08 22:09 ` Bartlomiej Zolnierkiewicz [this message]

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=58cb370e05010814097c8ae8d9@mail.gmail.com \
    --to=bzolnier@gmail.com \
    --cc=James.Bottomley@steeleye.com \
    --cc=akpm@osdl.org \
    --cc=bunk@stusta.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    /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.