Reduced stack usage of srpt_process_completion.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2336 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-10-02 15:08:45 +00:00
parent 5c955fad01
commit cc48d8ac94

View File

@@ -2021,7 +2021,7 @@ static void srpt_process_completion(struct ib_cq *cq,
struct srpt_rdma_ch *ch,
enum scst_exec_context context)
{
struct ib_wc wc[16];
struct ib_wc wc[4];
int i, n;
EXTRACHECKS_WARN_ON(cq != ch->cq);