Date: Wed, 3 Jul 2002 18:36:16 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Maxime Henrion <mux@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org> Subject: Re: 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: <20020703183300.A15544-100000@gamplex.bde.org> In-Reply-To: <200207021709.g62H9M4v060829@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2 Jul 2002, Maxime Henrion wrote: > 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. Isn't most of the interesting history in the biggest supplier for the new file (vfs_syscalls.c)? > 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 Bruce 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?20020703183300.A15544-100000>