From: James.Smart@Emulex.Com Date: Wed, 10 Aug 2005 19:03:09 +0000 (-0400) Subject: [SCSI] lpfc driver 8.0.30 : convert to use of int_to_scsilun() X-Git-Tag: v2.6.14-rc1~522^2~12^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=918865230e55b1fece2d8edec39d46c00626590b;p=pandora-kernel.git [SCSI] lpfc driver 8.0.30 : convert to use of int_to_scsilun() Replace use of lpfc_put_lun with midlayer's int_to_scsilun Remove driver's local definition of lpfc_put_lun (which converts an int back to a 64-bit LUN) and replace it's use with the recently added int_to_scsilun function provided by the midlayer. Note: Embedding midlayer structure in our structure caused need for more files to include midlayer headers. Signed-off-by: James Smart Signed-off-by: James Bottomley --- Reading git-diff-tree failed