mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 13:46:25 +00:00
Relaxed send-queue-full error handling.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1826 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -2940,7 +2940,7 @@ static int srpt_xmit_response(struct scst_cmd *scmnd)
|
||||
__func__, __LINE__, atomic_read(&ch->state),
|
||||
(unsigned long long)scst_cmd_get_tag(scmnd));
|
||||
atomic_sub(req_lim_delta, &ch->last_response_req_lim);
|
||||
ret = SCST_TGT_RES_FATAL_ERROR;
|
||||
ret = SCST_TGT_RES_QUEUE_FULL;
|
||||
}
|
||||
|
||||
out:
|
||||
|
||||
Reference in New Issue
Block a user