On Fri, 2006-01-13 at 11:09 +0100, Christoph Hellwig wrote: > + struct semaphore sas_topology_mutex; The semaphore to mutex conversion squad will have me shot if I put that in. If it's just a mutex, then you need to use the new mutex types. If it's actually a real counting semaphore (which it doesn't look to be) then call it a semaphore. James - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html