aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2001-04-26 20:47:14 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2001-04-26 20:47:14 +0000
commit8ee8b21b48655b195b4f49818879596f497a8645 (patch)
tree5a46f24e47893aaa27aa9093638de07e0130a438 /sys/conf/files
parentc9e23da852618e6aff5e05fe1e7ad86094d543f0 (diff)
downloadsrc-8ee8b21b48655b195b4f49818879596f497a8645.tar.gz
src-8ee8b21b48655b195b4f49818879596f497a8645.zip
vfs_subr.c is getting rather fat. The underlying repocopy and this
commit moves the filesystem export handling code to vfs_export.c
Notes
Notes: svn path=/head/; revision=76051
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 8aac5a81d54c..fe4f634b629c 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -751,6 +751,7 @@ kern/vfs_cache.c standard
kern/vfs_cluster.c standard
kern/vfs_conf.c standard
kern/vfs_default.c standard
+kern/vfs_export.c standard
kern/vfs_init.c standard
kern/vfs_lookup.c standard
kern/vfs_subr.c standard