From 03bbfee58d440f5dc2e880944ab75fc644534794 Mon Sep 17 00:00:00 2001 From: "Mike Miller (OS Dev)" Date: Tue, 8 May 2007 00:29:32 -0700 Subject: [PATCH] cciss: add SG_IO ioctl to cciss For all of you that think cciss should be a scsi driver here is the patch that you have been waiting for all these years. This patch actually adds the SG_IO ioctl to cciss. The primary purpose is for clustering and high-availibilty. But now anyone can exploit this ioctl in any manner they wish. Note, SCSI_IOCTL_SEND_COMMAND doesn't work with this patch due to rq->errors being set incorrectly. Subsequent patch fixes that. Signed-off-by: Stephen M. Cameron Signed-off-by: Mike Miller Cc: James Bottomley Cc: Jens Axboe Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed