Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149536271
D48073.1790387287.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
338 B
Referenced Files
None
Subscribers
None
D48073.1790387287.diff
View Options
diff --git a/sys/dev/vmm/vmm_dev.c b/sys/dev/vmm/vmm_dev.c
--- a/sys/dev/vmm/vmm_dev.c
+++ b/sys/dev/vmm/vmm_dev.c
@@ -195,6 +195,7 @@
*/
vm_slock_memsegs(sc->vm);
+ error = 0;
prot = (uio->uio_rw == UIO_WRITE ? VM_PROT_WRITE : VM_PROT_READ);
maxaddr = vmm_sysmem_maxaddr(sc->vm);
while (uio->uio_resid > 0 && error == 0) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 26, 1:48 AM (2 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29929987
Default Alt Text
D48073.1790387287.diff (338 B)
Attached To
Mode
D48073: vmm: Initialize error in vmmdev_rw
Attached
Detach File
Event Timeline
Log In to Comment