From owner-cvs-all Wed Jul 3 1:30:30 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57FBF37B400; Wed, 3 Jul 2002 01:30:24 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB6F443E3B; Wed, 3 Jul 2002 01:30:22 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id SAA18659; Wed, 3 Jul 2002 18:30:19 +1000 Date: Wed, 3 Jul 2002 18:36:16 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Maxime Henrion Cc: cvs-committers@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 In-Reply-To: <200207021709.g62H9M4v060829@freefall.freebsd.org> Message-ID: <20020703183300.A15544-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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