fcst: Increase ft_scst_template.sg_tablesize

The libfc implementation can handle long SG lists, hence increase
ft_scst_template.sg_tablesize from 128 to 65535.


git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5223 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2014-01-24 10:32:43 +00:00
parent 0611548744
commit adb3c46798
+1 -1
View File
@@ -36,7 +36,7 @@ static struct notifier_block ft_notifier = {
* XXX - re-check uninitialized fields
*/
struct scst_tgt_template ft_scst_template = {
.sg_tablesize = 128, /* XXX get true limit from libfc */
.sg_tablesize = 0xffff,
.xmit_response_atomic = 1,
.rdy_to_xfer_atomic = 1,
.xmit_response = ft_send_response,