scst: Enable the kernel scheduler in scst_wait_for_tgt_devs() (trunk r9381)

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.5.x@9460 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2021-06-24 03:56:21 +00:00
parent c2f3274514
commit be9d1fa2a2

View File

@@ -4631,7 +4631,7 @@ static int scst_tgt_devs_cmds(struct list_head *tgt_dev_list)
static void scst_wait_for_tgt_devs(struct list_head *tgt_dev_list)
{
while (scst_tgt_devs_cmds(tgt_dev_list) > 0)
mdelay(100);
msleep(100);
}
int scst_acg_del_lun(struct scst_acg *acg, uint64_t lun,