r2386 - trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches

Andres Salomon dilinger-guest@costa.debian.org
Sun, 23 Jan 2005 23:02:35 +0100


Author: dilinger-guest
Date: 2005-01-23 23:02:35 +0100 (Sun, 23 Jan 2005)
New Revision: 2386

Modified:
   trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/scsi-ioctl.dpatch
Log:
2.6.8 has no CMD_WARNED; i'm not even sure what the point of setting
CMD_WARNED is, anyways.  Maybe if !@%# bk's web interface was up...


Modified: trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/scsi-ioctl.dpatch
===================================================================
--- trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/scsi-ioctl.dpatch	2005-01-23 21:41:04 UTC (rev 2385)
+++ trunk/kernel/source/kernel-source-2.6.8-2.6.8/debian/patches/scsi-ioctl.dpatch	2005-01-23 22:02:35 UTC (rev 2386)
@@ -16,10 +16,8 @@
  			return 0;
  	}
  
-+	if (!type) {
-+		cmd_type[cmd[0]] = CMD_WARNED;
++	if (!type)
 +		printk(KERN_WARNING "scsi: unknown opcode 0x%02x\n", cmd[0]);
-+	}
 +
  	/* And root can do any command.. */
  	if (capable(CAP_SYS_RAWIO))