Further stack size reduction.

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

View File

@@ -1287,7 +1287,7 @@ index a2935e3..dda5203 100644
{
struct srp_target_port *target = target_ptr;
- struct ib_wc wc;
+ struct ib_wc wc[16];
+ struct ib_wc wc[4];
+ int i, n;
+ unsigned long flags;