From c0cce7b6f5925ef3307f2624e38c82c69f6ce7f1 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 6 May 2016 03:51:21 +0000 Subject: [PATCH] scst: follow up to r6886 Change local and more global queue priority ratio to 2:1 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6888 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/scst_targ.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index fa17b3cd8..e13d40452 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -5604,7 +5604,7 @@ again: someth_done = true; - if (++thr_cnt == 3) + if (++thr_cnt == 2) break; else { spin_lock_irq(&thr->thr_cmd_list_lock);