From: Christof Schmitt Date: Wed, 1 Oct 2008 10:42:20 +0000 (+0200) Subject: [SCSI] zfcp: Simplify zfcp data structures X-Git-Tag: v2.6.28-rc1~732^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0406289ed57955860a4f8d744a14f4c819260ce4;p=pandora-kernel.git [SCSI] zfcp: Simplify zfcp data structures Reduce the size of zfcp data structures by removing unused and redundant members. scsi_lun is only the mangled version of the fcp_lun. So, remove the redundant field and use the fcp_lun instead. Since the queue lock and the pci_batch indicator are only used in the request queue, move them from the common queue struct to the adapter struct. Signed-off-by: Christof Schmitt Signed-off-by: Swen Schillig Signed-off-by: James Bottomley --- Reading git-diff-tree failed