I need the patch below to make the scsi subsystem compile on
my machine. It's against a bk 2.5 snapshot of today.
Please apply,
Patrick
--- ./bk-2.5/include/scsi/scsi_ioctl.h	2002-10-13 15:07:52.000000000 +0200
+++ ./copy/include/scsi/scsi_ioctl.h	2002-10-13 15:02:25.000000000 +0200
@@ -39,11 +39,11 @@
 	unsigned char host_wwn[8]; // include NULL term.
 } Scsi_FCTargAddress;
 
+extern int scsi_set_medium_removal(Scsi_Device *dev, char state);
 extern int scsi_ioctl (Scsi_Device *dev, int cmd, void *arg);
 extern int kernel_scsi_ioctl (Scsi_Device *dev, int cmd, void *arg);
 extern int scsi_ioctl_send_command(Scsi_Device *dev,
 				   Scsi_Ioctl_Command *arg);
-
 #endif
 
 #endif
-
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/