Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144895041
D38855.1776862984.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
411 B
Referenced Files
None
Subscribers
None
D38855.1776862984.diff
View Options
diff --git a/usr.sbin/bhyve/block_if.c b/usr.sbin/bhyve/block_if.c
--- a/usr.sbin/bhyve/block_if.c
+++ b/usr.sbin/bhyve/block_if.c
@@ -1009,7 +1009,7 @@
pthread_cond_wait(&bc->bc_work_done_cond, &bc->bc_mtx);
pthread_mutex_unlock(&bc->bc_mtx);
- if (blockif_flush_bc(bc))
+ if (!bc->bc_rdonly && blockif_flush_bc(bc))
fprintf(stderr, "%s: [WARN] failed to flush backing file.\r\n",
__func__);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 1:03 PM (3 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28407861
Default Alt Text
D38855.1776862984.diff (411 B)
Attached To
Mode
D38855: bhyve: [snapshot] Do not flush readonly device at blockif_pause()
Attached
Detach File
Event Timeline
Log In to Comment