public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] SCSI: export sas_hash_addr()
@ 2007-09-26  7:35 Jeff Garzik
  2007-09-28  0:04 ` James Bottomley
  0 siblings, 1 reply; 7+ messages in thread
From: Jeff Garzik @ 2007-09-26  7:35 UTC (permalink / raw)
  To: linux-scsi

sas_hash_addr() is the spec-defined standard hashing function.  Make it
available to drivers that need it.

Signed-off-by: Jeff Garzik <jeff@garzik.org>

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
+++ b/drivers/scsi/libsas/sas_init.c
@@ -314,3 +314,4 @@ module_exit(sas_class_exit);
 
 EXPORT_SYMBOL_GPL(sas_register_ha);
 EXPORT_SYMBOL_GPL(sas_unregister_ha);
+EXPORT_SYMBOL_GPL(sas_hash_addr);

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

end of thread, other threads:[~2007-09-30 17:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-26  7:35 [PATCH] SCSI: export sas_hash_addr() Jeff Garzik
2007-09-28  0:04 ` James Bottomley
2007-09-28  1:01   ` Jeff Garzik
2007-09-30 16:56     ` James Bottomley
2007-09-30 17:44       ` Jeff Garzik
2007-09-30 17:51         ` Jeff Garzik
2007-09-30 17:56         ` James Bottomley

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