Module Name: src Committed By: pooka Date: Sun Feb 6 18:25:49 UTC 2011
Modified Files: src/lib/librumpuser: rumpuser_sp.c Log Message: Fix a race condition in the worker thread caching logic: if we got two or more syscall requests before any worker thread ran, we might not have enough threads to handle the requests. In some scenarios this could lead to a deadlock. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/lib/librumpuser/rumpuser_sp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.