mcexec_wait_syscall: handle request even if signaled

This commit is contained in:
NAKAMURA Gou
2015-09-24 20:35:27 +09:00
parent a14768c49a
commit d862f345be

View File

@ -497,7 +497,7 @@ retry_alloc:
irqflags = ihk_ikc_spinlock_lock(&c->wq_list_lock);
list_del(&wqhln->list);
ihk_ikc_spinlock_unlock(&c->wq_list_lock, irqflags);
if (ret) {
if (ret && !wqhln->req) {
kfree(wqhln);
return -EINTR;
}