From: James Bottomley <James.Bottomley@SteelEye.com>
To: Andrew Morton <akpm@osdl.org>, Kai Makisara <Kai.Makisara@kolumbus.fi>
Cc: SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: Re: Fw: [Bugme-new] [Bug 3753] New: multiple definition of `ST_partstat'
Date: 16 Nov 2004 13:37:06 -0600 [thread overview]
Message-ID: <1100633837.2279.60.camel@mulgrave> (raw)
In-Reply-To: <20041116111905.0e0de864.akpm@osdl.org>
On Tue, 2004-11-16 at 13:19, Andrew Morton wrote:
> Problem Description:
> LD drivers/scsi/sd_mod.o
> CC drivers/scsi/sg.o
> LD drivers/scsi/built-in.o
> drivers/scsi/osst.o(.bss+0x0): multiple definition of `ST_partstat'
> drivers/scsi/st.o(.bss+0x0): first defined here
> make[2]: *** [drivers/scsi/built-in.o] Error 1
> make[1]: *** [drivers/scsi] Error 2
> make: *** [drivers] Error 2
Kai,
This looks like a missed piece in a typedef conversion in st.h from the
patch SCSI tape: remove remaining typedefs.
James
===== drivers/scsi/st.h 1.20 vs edited =====
--- 1.20/drivers/scsi/st.h 2004-10-25 13:32:30 -05:00
+++ edited/drivers/scsi/st.h 2004-11-16 13:30:48 -06:00
@@ -67,7 +67,7 @@
u32 last_block_visited;
int drv_block; /* The block where the drive head is */
int drv_file;
-} ST_partstat;
+};
#define ST_NBR_PARTITIONS 4
next prev parent reply other threads:[~2004-11-16 19:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-16 19:19 Fw: [Bugme-new] [Bug 3753] New: multiple definition of `ST_partstat' Andrew Morton
2004-11-16 19:37 ` James Bottomley [this message]
2004-11-16 20:12 ` Kai Makisara
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=1100633837.2279.60.camel@mulgrave \
--to=james.bottomley@steeleye.com \
--cc=Kai.Makisara@kolumbus.fi \
--cc=akpm@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox