Merge pull request #28 from robertbaldyga/add_resched

Add env_cond_resched() in the loop that may execute for a long time
This commit is contained in:
Michal Rakowski
2019-01-02 14:54:35 +01:00
committed by GitHub

View File

@@ -674,6 +674,7 @@ finalize:
result = -EINVAL;
break;
}
env_cond_resched();
}
if (result == 0) {