drlizau wrote:
["verify_command.patch" (text/x-patch)]

--- linux-2.6.11-mm1/drivers/block/scsi_ioctl.c.orig 2005-01-17 20:42:40.000000000 +0100
+++ linux-2.6.11-mm1/drivers/block/scsi_ioctl.c 2005-01-17 20:43:14.000000000 +0100
@@ -197,9 +197,7 @@ static int verify_command(struct file *f
if (type & CMD_WRITE_SAFE) {
if (file->f_mode & FMODE_WRITE)
return 0;
- }
-
- if (!(type & CMD_WARNED)) {
+ } else if (!(type & CMD_WARNED)) {
cmd_type[cmd[0]] = CMD_WARNED;
printk(KERN_WARNING "scsi: unknown opcode 0x%02x\n", cmd[0]);
}



Wasn't this included with the default 2.6 for SM-3.3? It's shown under /usr/src/2.6.10-patches.


It has also since been fixed in most all 2.6.10 patch sets (mm, ck, ac, etc.) and 2.6.11+.

_______________________________________________
Dev-mepis mailing list
[email protected]
http://mepis.org/mailman/listinfo/dev-mepis_mepis.org

Reply via email to