From: Douglas Gilbert Date: Tue, 3 Jun 2014 17:18:18 +0000 (-0400) Subject: sg: relax 16 byte cdb restriction X-Git-Tag: omap-for-v3.17/fixes-against-rc2~143^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65c26a0f39695ba01d9693754f27ca76cc8a3ab5;p=pandora-kernel.git sg: relax 16 byte cdb restriction - remove the 16 byte CDB (SCSI command) length limit from the sg driver by handling longer CDBs the same way as the bsg driver. Remove comment from sg.h public interface about the cmd_len field being limited to 16 bytes. - remove some dead code caused by this change - cleanup comment block at the top of sg.h, fix urls Signed-off-by: Douglas Gilbert Reviewed-by: Mike Christie Reviewed-by: Hannes Reinecke Signed-off-by: Christoph Hellwig --- Reading git-diff-tree failed