Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167924015
D27597.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
411 B
Referenced Files
None
Subscribers
None
D27597.diff
View Options
Index: head/sys/kern/subr_sleepqueue.c
===================================================================
--- head/sys/kern/subr_sleepqueue.c
+++ head/sys/kern/subr_sleepqueue.c
@@ -441,12 +441,10 @@
mtx_assert(&sc->sc_lock, MA_OWNED);
- ret = 0;
if ((td->td_pflags & TDP_WAKEUP) != 0) {
td->td_pflags &= ~TDP_WAKEUP;
- ret = EINTR;
thread_lock(td);
- return (0);
+ return (EINTR);
}
/*
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 26, 11:11 AM (1 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37184174
Default Alt Text
D27597.diff (411 B)
Attached To
Mode
D27597: Fix TDP_WAKEUP/thr_wake(curtid) after r366428.
Attached
Detach File
Event Timeline
Log In to Comment