summaryrefslogtreecommitdiff
path: root/src/sys/os/vfs_mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/os/vfs_mount.c')
-rw-r--r--src/sys/os/vfs_mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/os/vfs_mount.c b/src/sys/os/vfs_mount.c
index 8f09096..034b324 100644
--- a/src/sys/os/vfs_mount.c
+++ b/src/sys/os/vfs_mount.c
@@ -228,7 +228,7 @@ mount(struct mount_args *margs, uint32_t flags)
return error;
}
- /* The filesystem should give us its vnode */
+ mpp->fs = fip;
mpp->vp = margs->vp_res;
return 0;
}