Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102993617
D11365.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
552 B
Referenced Files
None
Subscribers
None
D11365.diff
View Options
Index: head/sys/geom/part/g_part.c
===================================================================
--- head/sys/geom/part/g_part.c
+++ head/sys/geom/part/g_part.c
@@ -890,7 +890,8 @@
if (!entry->gpe_deleted) {
/* Notify consumers that provider might be changed. */
if (entry->gpe_modified && (
- entry->gpe_pp->acw + entry->gpe_pp->ace) == 0)
+ entry->gpe_pp->acw + entry->gpe_pp->ace +
+ entry->gpe_pp->acr) == 0)
g_media_changed(entry->gpe_pp, M_NOWAIT);
entry->gpe_created = 0;
entry->gpe_modified = 0;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 20, 2:31 PM (21 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14740451
Default Alt Text
D11365.diff (552 B)
Attached To
Mode
D11365: Add gpe_pp->acr too.
Attached
Detach File
Event Timeline
Log In to Comment