Revert "mcexec_wait_syscall: handle request even if signaled"

This reverts commit d862f345be.
This commit is contained in:
NAKAMURA Gou
2015-09-29 19:52:36 +09:00
parent 79266f6b97
commit cd905f7ad1

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 && !wqhln->req) {
if (ret) {
kfree(wqhln);
return -EINTR;
}