From 7025e1a7322fc74244c32b3b1f81aa6ad292f7e6 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 13 Nov 2010 14:58:11 +0000 Subject: [PATCH] Should have been included in r2686. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2688 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 389f13506..d50d6a72b 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -3075,6 +3075,7 @@ static int srpt_xmit_response(struct scst_cmd *scmnd) } if (unlikely(scst_cmd_aborted(scmnd))) { + atomic_inc(&ch->req_lim_delta); srpt_abort_scst_cmd(ioctx, SCST_CONTEXT_SAME); goto out; }