From: Akinobu Mita Date: Wed, 26 Feb 2014 13:57:04 +0000 (+0900) Subject: [SCSI] scsi_debug: add ability to enable clustering X-Git-Tag: v3.15-rc1~136^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0759c666a39f16ab3a42d37b1e8fb0f246f97f52;p=pandora-kernel.git [SCSI] scsi_debug: add ability to enable clustering This adds a module parameter to enable clustering. Without enabling clustering support, the transfer length for read and write scsi commands is limited upto 8MB when page size is 4KB and sg_tablesize is 2048 (= SCSI_MAX_SG_CHAIN_SEGMENTS). I would like to test commands with more than that transfer length. Signed-off-by: Akinobu Mita Reviewed-by: Douglas Gilbert Reviewed-by: Martin K. Petersen Signed-off-by: James Bottomley --- Reading git-diff-tree failed