Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153174873
D17492.id48970.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
506 B
Referenced Files
None
Subscribers
None
D17492.id48970.diff
View Options
Index: sys/contrib/ck/src/ck_epoch.c
===================================================================
--- sys/contrib/ck/src/ck_epoch.c
+++ sys/contrib/ck/src/ck_epoch.c
@@ -566,10 +566,8 @@
/* Serialize epoch snapshots with respect to global epoch. */
ck_pr_fence_memory();
cr = ck_epoch_scan(global, cr, epoch, &active);
- if (cr != NULL) {
- record->epoch = epoch;
+ if (cr != NULL)
return false;
- }
/* We are at a grace period if all threads are inactive. */
if (active == false) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Apr 20, 2:57 PM (11 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31846775
Default Alt Text
D17492.id48970.diff (506 B)
Attached To
Mode
D17492: Fix early epoch calls
Attached
Detach File
Event Timeline
Log In to Comment