mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user