Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F101988243
D27448.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
528 B
Referenced Files
None
Subscribers
None
D27448.diff
View Options
Index: head/sys/x86/x86/busdma_bounce.c
===================================================================
--- head/sys/x86/x86/busdma_bounce.c
+++ head/sys/x86/x86/busdma_bounce.c
@@ -969,7 +969,7 @@
bus_size_t datacount1, datacount2;
if (map == NULL || (bpage = STAILQ_FIRST(&map->bpages)) == NULL)
- return;
+ goto out;
/*
* Handle data bouncing. We might also want to add support for
@@ -1059,6 +1059,8 @@
}
dmat->bounce_zone->total_bounced++;
}
+out:
+ atomic_thread_fence_rel();
}
static void
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 7, 5:51 AM (20 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14505470
Default Alt Text
D27448.diff (528 B)
Attached To
Mode
D27448: Two commits to cleanup needless wmb() in nvme driver
Attached
Detach File
Event Timeline
Log In to Comment