summaryrefslogtreecommitdiff
path: root/src/sys
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys')
-rw-r--r--src/sys/os/os_omar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/os/os_omar.c b/src/sys/os/os_omar.c
index 48c745b..7416c4b 100644
--- a/src/sys/os/os_omar.c
+++ b/src/sys/os/os_omar.c
@@ -204,6 +204,7 @@ initrd_lookup(struct vop_lookup_args *args)
}
vp->data = kalloc(sizeof(np));
+ vp->vops = &omar_vops;
memcpy(vp->data, &np, sizeof(np));
*args->vpp = vp;
return error;