From: Stephen Rothwell <sfr@canb.auug.org.au>
To: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Jens Axboe <jens.axboe@oracle.com>,
James Bottomley <James.Bottomley@HansenPartnership.com>,
linux-next@vger.kernel.org, linux-scsi@vger.kernel.org
Subject: linux-next: scsi build breakage
Date: Wed, 19 Mar 2008 18:05:28 +1100 [thread overview]
Message-ID: <20080319180528.0ebcabe7.sfr@canb.auug.org.au> (raw)
Hi,
I need the following patch to make various powerpc configs build.
sg_copy_buffer is introduced by commit
d9c3ddd20a2a1fca9655937d4fc636fcb8e9f59e ("[SCSI] block: add sg buffer
copy helper functions") in the scsi/master branch included into
yesterday's (and today's) linux-next tree.
I have applied this patch to today's linux-next tree.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Wed, 19 Mar 2008 17:26:13 +1100
Subject: [PATCH] [SCSI] don't export static functions
They cause powerpc builds to fail.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
---
lib/scatterlist.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/lib/scatterlist.c b/lib/scatterlist.c
index 475fe9d..b80c211 100644
--- a/lib/scatterlist.c
+++ b/lib/scatterlist.c
@@ -360,7 +360,6 @@ static size_t sg_copy_buffer(struct scatterlist *sgl, unsigned int nents,
return buf_off;
}
-EXPORT_SYMBOL(sg_copy_buffer);
/**
* sg_copy_from_buffer - Copy from a linear buffer to an SG list
--
1.5.4.4
next reply other threads:[~2008-03-19 20:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-19 7:05 Stephen Rothwell [this message]
2008-03-19 15:01 ` linux-next: scsi build breakage James Bottomley
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=20080319180528.0ebcabe7.sfr@canb.auug.org.au \
--to=sfr@canb.auug.org.au \
--cc=James.Bottomley@HansenPartnership.com \
--cc=fujita.tomonori@lab.ntt.co.jp \
--cc=jens.axboe@oracle.com \
--cc=linux-next@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox