public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: scsi build breakage
@ 2008-03-19  7:05 Stephen Rothwell
  2008-03-19 15:01 ` James Bottomley
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2008-03-19  7:05 UTC (permalink / raw)
  To: FUJITA Tomonori; +Cc: Jens Axboe, James Bottomley, linux-next, linux-scsi

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: linux-next: scsi build breakage
  2008-03-19  7:05 linux-next: scsi build breakage Stephen Rothwell
@ 2008-03-19 15:01 ` James Bottomley
  0 siblings, 0 replies; 2+ messages in thread
From: James Bottomley @ 2008-03-19 15:01 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: FUJITA Tomonori, Jens Axboe, linux-next, linux-scsi

On Wed, 2008-03-19 at 18:05 +1100, Stephen Rothwell wrote:
> 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.

Tomo already redid his tree with a fix for this yesterday ... since it
involves unwinding and redoing 10 patches, I'm just being lazy.

James



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-19 20:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-19  7:05 linux-next: scsi build breakage Stephen Rothwell
2008-03-19 15:01 ` James Bottomley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox