Skip to content

Commit a846ccf

Browse files
don't call vm_ops->open
1 parent 0357abf commit a846ccf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sys/compat/linuxkpi/common/src/linux_compat.c

-1
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,6 @@ linux_cdev_pager_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot,
798798
vmap->vm_private_data = handle;
799799

800800
*color = 0;
801-
vmap->vm_ops->open(vmap);
802801
return (0);
803802
}
804803

0 commit comments

Comments
 (0)