Re: [PATCH] SCSI: export sas_hash_addr()

2007-09-30 Thread James Bottomley
On Sun, 2007-09-30 at 13:44 -0400, Jeff Garzik wrote: > James Bottomley wrote: > > On Thu, 2007-09-27 at 21:01 -0400, Jeff Garzik wrote: > >> James Bottomley wrote: > >>> On Wed, 2007-09-26 at 03:35 -0400, Jeff Garzik wrote: > sas_hash_addr() is the spec-defined standard hashing function. Mak

Re: [PATCH] SCSI: export sas_hash_addr()

2007-09-30 Thread Jeff Garzik
Jeff Garzik wrote: James Bottomley wrote: On Thu, 2007-09-27 at 21:01 -0400, Jeff Garzik wrote: James Bottomley wrote: On Wed, 2007-09-26 at 03:35 -0400, Jeff Garzik wrote: sas_hash_addr() is the spec-defined standard hashing function. Make it available to drivers that need it. I'm not opp

Re: [PATCH] SCSI: export sas_hash_addr()

2007-09-30 Thread Jeff Garzik
James Bottomley wrote: On Thu, 2007-09-27 at 21:01 -0400, Jeff Garzik wrote: James Bottomley wrote: On Wed, 2007-09-26 at 03:35 -0400, Jeff Garzik wrote: sas_hash_addr() is the spec-defined standard hashing function. Make it available to drivers that need it. I'm not opposed in principle to

Re: [PATCH] SCSI: export sas_hash_addr()

2007-09-30 Thread James Bottomley
On Thu, 2007-09-27 at 21:01 -0400, Jeff Garzik wrote: > James Bottomley wrote: > > On Wed, 2007-09-26 at 03:35 -0400, Jeff Garzik wrote: > >> sas_hash_addr() is the spec-defined standard hashing function. Make it > >> available to drivers that need it. > > > > I'm not opposed in principle to expo

Re: [PATCH] SCSI: export sas_hash_addr()

2007-09-27 Thread Jeff Garzik
James Bottomley wrote: On Wed, 2007-09-26 at 03:35 -0400, Jeff Garzik wrote: sas_hash_addr() is the spec-defined standard hashing function. Make it available to drivers that need it. I'm not opposed in principle to exporting this, but I have a hard time understanding why a driver would need i

Re: [PATCH] SCSI: export sas_hash_addr()

2007-09-27 Thread James Bottomley
On Wed, 2007-09-26 at 03:35 -0400, Jeff Garzik wrote: > sas_hash_addr() is the spec-defined standard hashing function. Make it > available to drivers that need it. I'm not opposed in principle to exporting this, but I have a hard time understanding why a driver would need it. The hashed address

[PATCH] SCSI: export sas_hash_addr()

2007-09-26 Thread Jeff Garzik
sas_hash_addr() is the spec-defined standard hashing function. Make it available to drivers that need it. Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]> diff --git a/drivers/scsi/libsas/sas_init.c b/drivers/scsi/libsas/sas_init.c index 9cd5abe..13c3d21 100644 --- a/drivers/scsi/libsas/sas_init.c