Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171279064
D23709.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
376 B
Referenced Files
None
Subscribers
None
D23709.id.diff
View Options
Index: sys/sys/refcount.h
===================================================================
--- sys/sys/refcount.h
+++ sys/sys/refcount.h
@@ -198,7 +198,7 @@
return (false);
if (__predict_false(REFCOUNT_SATURATED(old)))
return (true);
- if (atomic_fcmpset_int(count, &old, old - 1))
+ if (atomic_fcmpset_rel_int(count, &old, old - 1))
return (true);
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Sep 11, 2:21 AM (19 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38621063
Default Alt Text
D23709.id.diff (376 B)
Attached To
Mode
D23709: refcount: add missing release fence to refcount_release_if_gt
Attached
Detach File
Event Timeline
Log In to Comment