On Wednesday, July 13, 2005 8:38 AM, Christoph Hellwig wrote: > > > In general, this construct: > > > > > > -#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,6)) > > > > -static int inline scsi_device_online(struct scsi_device *sdev) > > > > -{ > > > > - return sdev->online; > > > > -} > > > > -#endif > > > > is better tested as: > > > > #ifndef scsi_device_inline > > static int inline scsi_device_online(struct scsi_device *sdev) > > { > > return sdev->online; > > } > > #endif > > Even better fusion should stop using this function because doing so > is broken.. We tried that long ago but it got stuck somewhere. > Christoph - We have already fixed the problem long ago; e.g. remember when you asked me to kill the timers from the eh threads. Thus in todays drivers you will not find scsi_device_online called anywhere in the fusion drivers. I only objected to killing the linux_compat.h file because its being used in our internal supported drivers, and it makes it easier upgrade path for maintaining mainstream drivers if that was left behind in the kernel tree. However everybody has ambushed me on this stance, so go ahead and kill it. We'll manage fine without it. Eric Moore - : 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