![]() | |||||||||||||
Messages in this thread |
> > +ZFCP_DEFINE_SCSI_ATTR(hba_id, "%s\n", zfcp_get_busid_by_unit(unit)); > > +ZFCP_DEFINE_SCSI_ATTR(wwpn, "0x%016llx\n", unit->port->wwpn); > > +ZFCP_DEFINE_SCSI_ATTR(fcp_lun, "0x%016llx\n", unit->fcp_lun); > These attributes all properly belong in the fibrechannel transport > class, could you look at moving them over, please. We can certainly do that for the wwpn (->port_name). For the fcp_lun we would need to extend the fc transport class. The hba_id doesn't belong to the fc transport class at all. It's just the busid of our host adapter, so that we can identify it uniquely. By the way, Christoph asked why we have the zfcp lldd in drivers/s390/scsi. This is just for historical reasons. If you don't mind seeing a ~32000 lines patch we can move it to drivers/scsi/zfcp. Heiko - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 13:01 [W:0.200 / U:0.100 seconds] ©2003-2008 Jasper Spaans | |||||||||||||