Date: Tue, 2 Jul 2002 10:09:22 -0700 (PDT) From: Maxime Henrion <mux@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/kern vfs_conf.c vfs_mount.c vfs_subr.c vfs_syscalls.c src/sys/sys mount.h Message-ID: <200207021709.g62H9M4v060829@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mux 2002/07/02 10:09:22 PDT
Modified files:
sys/conf files
sys/kern vfs_subr.c vfs_syscalls.c vfs_mount.c
sys/sys mount.h
Removed files:
sys/kern vfs_conf.c
Log:
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
Revision Changes Path
1.657 +1 -1 src/sys/conf/files
1.69 +0 -396 src/sys/kern/vfs_conf.c (dead)
1.69 +1213 -37 src/sys/kern/vfs_mount.c
1.368 +0 -109 src/sys/kern/vfs_subr.c
1.267 +0 -1042 src/sys/kern/vfs_syscalls.c
1.130 +0 -2 src/sys/sys/mount.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207021709.g62H9M4v060829>
