Skip to content

Commit 075295b

Browse files
don't call vm_ops->open
1 parent 7c2f265 commit 075295b

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
@@ -820,7 +820,6 @@ linux_cdev_pager_ctor(void *handle, vm_ooffset_t size, vm_prot_t prot,
820820
vmap->vm_private_data = handle;
821821

822822
*color = 0;
823-
vmap->vm_ops->open(vmap);
824823
return (0);
825824
}
826825

0 commit comments

Comments
 (0)