aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2002-07-02 17:09:22 +0000
committerMaxime Henrion <mux@FreeBSD.org>2002-07-02 17:09:22 +0000
commit2b4edb69f1ef62fc38b02ac22b0a3ac09e43fa77 (patch)
tree24cc092d22964f80698c7a1f3bb3547b24e81294 /sys/conf/files
parent7e8f051f420326cd0da9e1af049bc832a4ac3ade (diff)
downloadsrc-2b4edb69f1ef62fc38b02ac22b0a3ac09e43fa77.tar.gz
src-2b4edb69f1ef62fc38b02ac22b0a3ac09e43fa77.zip
Move every code related to mount(2) in a new file, vfs_mount.c.
The file vfs_conf.c which was dealing with root mounting has been repo-copied into vfs_mount.c to preserve history. This makes nmount related development easier, and help reducing the size of vfs_syscalls.c, which is still an enormous file. Reviewed by: rwatson Repo-copy by: peter
Notes
Notes: svn path=/head/; revision=99264
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 9994c11d00a6..a01c43525911 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -936,11 +936,11 @@ kern/vfs_aio.c optional vfs_aio
kern/vfs_bio.c standard
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_mount.c standard
kern/vfs_subr.c standard
kern/vfs_syscalls.c standard
kern/vfs_vnops.c standard