From: Boaz Harrosh Date: Wed, 30 Apr 2008 08:27:26 +0000 (+0300) Subject: [SCSI] add support for variable length extended commands X-Git-Tag: v2.6.26-rc1~9^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db4742dd8f0aa9125b74f9b2516336a75f3d9106;p=pandora-kernel.git [SCSI] add support for variable length extended commands Add support for variable-length, extended, and vendor specific CDBs to scsi-ml. It is now possible for initiators and ULD's to issue these types of commands. LLDs need not change much. All they need is to raise the .max_cmd_len to the longest command they support (see iscsi patch). - clean-up some code paths that did not expect commands to be larger than 16, and change cmd_len members' type to short as char is not enough. Signed-off-by: Boaz Harrosh Signed-off-by: Benny Halevy Signed-off-by: James Bottomley --- Reading git-diff-tree failed