Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166302475
D34959.id105168.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
474 B
Referenced Files
None
Subscribers
None
D34959.id105168.diff
View Options
Index: sys/kern/kern_timeout.c
===================================================================
--- sys/kern/kern_timeout.c
+++ sys/kern/kern_timeout.c
@@ -666,7 +666,7 @@
("softclock_call_cc: act %p %x", c, c->c_flags));
class = (c->c_lock != NULL) ? LOCK_CLASS(c->c_lock) : NULL;
lock_status = 0;
- if (c->c_flags & CALLOUT_SHAREDLOCK) {
+ if (c->c_iflags & CALLOUT_SHAREDLOCK) {
if (class == &lock_class_rm)
lock_status = (uintptr_t)&tracker;
else
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 13, 6:42 PM (11 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36673958
Default Alt Text
D34959.id105168.diff (474 B)
Attached To
Mode
D34959: callout: fix using shared rmlocks
Attached
Detach File
Event Timeline
Log In to Comment