aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/vfs_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_init.c')
-rw-r--r--sys/kern/vfs_init.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/kern/vfs_init.c b/sys/kern/vfs_init.c
index ab18d09..e563df0 100644
--- a/sys/kern/vfs_init.c
+++ b/sys/kern/vfs_init.c
@@ -56,6 +56,9 @@ vfs_init(void)
vfsops->init(fs);
}
}
+
+ /* Use global vcache by default */
+ vfs_vcache_migrate(VCACHE_TYPE_GLOBAL);
}
struct fs_info *