From: Mike Miller (OS Dev) Date: Tue, 8 May 2007 07:29:32 +0000 (-0700) Subject: cciss: add SG_IO ioctl to cciss X-Git-Tag: v2.6.22-rc1~665 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03bbfee58d440f5dc2e880944ab75fc644534794;p=pandora-kernel.git 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-diff-tree failed