mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-17 12:46:27 +00:00
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:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user