git: kernel - lwkt_token code, minor fix to last commit
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Dec 20 21:36:27 PST 2009
commit 1fe5fad280afd9a7d56ff23a8c30b838f79282b9
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Dec 20 21:34:02 2009 -0800
kernel - lwkt_token code, minor fix to last commit
* lwkt_getalltokens() has to release any partially acquired tokens
when it fails to get them all. Fixes an issue with the last commit
that could cause processes to get stuck in a Run state.
Summary of changes:
sys/kern/lwkt_token.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1fe5fad280afd9a7d56ff23a8c30b838f79282b9
--
DragonFly BSD source repository
More information about the Commits
mailing list