summaryrefslogtreecommitdiffstats
path: root/sys/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib')
-rw-r--r--sys/contrib/opensolaris/uts/common/fs/dnlc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/opensolaris/uts/common/fs/dnlc.c b/sys/contrib/opensolaris/uts/common/fs/dnlc.c
index a62e542..1df75e9 100644
--- a/sys/contrib/opensolaris/uts/common/fs/dnlc.c
+++ b/sys/contrib/opensolaris/uts/common/fs/dnlc.c
@@ -839,5 +839,5 @@ dnlc_lowvnodes(void *arg __unused, int nvnodes)
dnlc_reduce_cache((void *)(intptr_t)nvnodes);
}
-SYSINIT(dnlc, SI_SUB_DRIVERS, SI_ORDER_ANY, dnlc_init, NULL);
-SYSUNINIT(dnlc, SI_SUB_DRIVERS, SI_ORDER_ANY, dnlc_fini, NULL);
+SYSINIT(dnlc, SI_SUB_VFS, SI_ORDER_ANY, dnlc_init, NULL);
+SYSUNINIT(dnlc, SI_SUB_VFS, SI_ORDER_ANY, dnlc_fini, NULL);
OpenPOWER on IntegriCloud