PERFORCE change 132889 for review
Steve Wise
swise at FreeBSD.org
Wed Jan 9 07:16:50 PST 2008
http://perforce.freebsd.org/chv.cgi?CH=132889
Change 132889 by swise at swise:vic10:iwarp on 2008/01/09 15:16:41
Set state to ERROR if the user interrupts a sleep.
Affected files ...
.. //depot/projects/iwarp/sys/contrib/rdma/krping/krping.c#4 edit
Differences ...
==== //depot/projects/iwarp/sys/contrib/rdma/krping/krping.c#4 (text+ko) ====
@@ -212,6 +212,7 @@
while (cb->state < state) {
msleep_spin(cb, &cb->lock, "krping", hz);
if (SIGPENDING(curthread)) {
+ cb->state = ERROR;
DEBUG_LOG(PFX "interrupt!\n");
break;
}
More information about the p4-projects
mailing list