Tejun Heo wrote:
Reorganize ata_host_alloc() and its subroutines into the following three functions. * ata_host_alloc() : allocates host and its attached ports. shost is not attached automatically. * ata_scsi_add_hosts() : allocates and adds shosts associated with an ATA host. Used by ata_host_attach(). * ata_host_attach() : takes a fully initialized ata_host structure and registers it to libata layer and probes it.
I think it's more common in Linux to use foo_register than foo_attach. attach is more a BSD-ism :)
ACK patches 2-3, modulo the naming comment - To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html