mcexec_wait_syscall: handle request even if signaled
This commit is contained in:
@ -497,7 +497,7 @@ retry_alloc:
|
|||||||
irqflags = ihk_ikc_spinlock_lock(&c->wq_list_lock);
|
irqflags = ihk_ikc_spinlock_lock(&c->wq_list_lock);
|
||||||
list_del(&wqhln->list);
|
list_del(&wqhln->list);
|
||||||
ihk_ikc_spinlock_unlock(&c->wq_list_lock, irqflags);
|
ihk_ikc_spinlock_unlock(&c->wq_list_lock, irqflags);
|
||||||
if (ret) {
|
if (ret && !wqhln->req) {
|
||||||
kfree(wqhln);
|
kfree(wqhln);
|
||||||
return -EINTR;
|
return -EINTR;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user