Halved ib_wc array size once more.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2318 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-09-30 18:09:30 +00:00
parent ff2c24c1c3
commit 16199b9cbe

View File

@@ -1253,7 +1253,7 @@ index a2935e3..dda5203 100644
{
struct srp_target_port *target = target_ptr;
- struct ib_wc wc;
+ struct ib_wc wc[8];
+ struct ib_wc wc[4];
+ int i, n;
ib_req_notify_cq(cq, IB_CQ_NEXT_COMP);