1. 22 12月, 2010 2 次提交
  2. 08 10月, 2010 1 次提交
  3. 17 9月, 2010 1 次提交
    • C
      [SCSI] zfcp: Use SCSI device data zfcp_scsi_dev instead of zfcp_unit · b62a8d9b
      Christof Schmitt 提交于
      This is the large change to switch from using the data in
      zfcp_unit to zfcp_scsi_dev. Keeping everything working requires doing
      the switch in one piece. To ensure that no code keeps using the data
      in zfcp_unit, this patch also removes the data from zfcp_unit that is
      now being replaced with zfcp_scsi_dev.
      
      For zfcp, the scsi_device together with zfcp_scsi_dev exist from the
      call of slave_alloc to the call of slave_destroy. The data in
      zfcp_scsi_dev is initialized in zfcp_scsi_slave_alloc and the LUN is
      opened; the final shutdown for the LUN is run from slave_destroy.
      
      Where the scsi_device or zfcp_scsi_dev is needed, the pointer to the
      scsi_device is passed as function argument and inside the function
      converted to the pointer to zfcp_scsi_dev; this avoids back and forth
      conversion betweeen scsi_device and zfcp_scsi_dev.
      
      While changing the function arguments from zfcp_unit to scsi_device,
      the functions names are renamed form "unit" to "lun". This is to have
      a seperation between zfcp_scsi_dev/LUN and the zfcp_unit; only code
      referring to the remaining configuration information in zfcp_unit
      struct uses "unit".
      Reviewed-by: NSwen Schillig <swen@vnet.ibm.com>
      Signed-off-by: NChristof Schmitt <christof.schmitt@de.ibm.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
      b62a8d9b
  4. 28 7月, 2010 1 次提交
  5. 18 2月, 2010 3 次提交
  6. 05 12月, 2009 2 次提交
  7. 05 9月, 2009 4 次提交
  8. 13 3月, 2009 1 次提交
  9. 30 12月, 2008 1 次提交
  10. 06 11月, 2008 1 次提交
  11. 04 10月, 2008 1 次提交
  12. 17 7月, 2008 1 次提交
  13. 05 6月, 2008 4 次提交
  14. 18 4月, 2008 1 次提交
  15. 08 4月, 2008 2 次提交