mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 21:26:31 +00:00
Reverted an unintended behavior change.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2150 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -498,7 +498,7 @@ static int send_adapter_info(struct iu_entry *iue,
|
||||
info->partition_number = partition_number;
|
||||
info->mad_version = 1;
|
||||
info->os_type = 2;
|
||||
info->port_max_txu[0] = 255 << 9;/*sess->hostt->max_sectors << 9;*/
|
||||
info->port_max_txu[0] = DEFAULT_MAX_SECTORS << 9;
|
||||
|
||||
/* Send our info to remote */
|
||||
err = h_copy_rdma(sizeof(*info), vport->liobn, data_token,
|
||||
|
||||
Reference in New Issue
Block a user