From d28b944661623f7ea9efb6e53abf279a863a63c3 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 20 Sep 2010 18:38:58 +0000 Subject: [PATCH] Reverted an unintended behavior change. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2150 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- ibmvstgt/src/ibmvstgt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibmvstgt/src/ibmvstgt.c b/ibmvstgt/src/ibmvstgt.c index c12a75eab..bfebb2e36 100644 --- a/ibmvstgt/src/ibmvstgt.c +++ b/ibmvstgt/src/ibmvstgt.c @@ -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,