From owner-cvs-all Tue Jul 2 14:13:42 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 18B0E37B61B; Tue, 2 Jul 2002 14:10:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D32DD4417C; Tue, 2 Jul 2002 10:09:22 -0700 (PDT) (envelope-from mux@FreeBSD.org) Received: from freefall.freebsd.org (mux@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g62H9MJU060830; Tue, 2 Jul 2002 10:09:22 -0700 (PDT) (envelope-from mux@freefall.freebsd.org) Received: (from mux@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g62H9M4v060829; Tue, 2 Jul 2002 10:09:22 -0700 (PDT) Message-Id: <200207021709.g62H9M4v060829@freefall.freebsd.org> From: Maxime Henrion Date: Tue, 2 Jul 2002 10:09:22 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD 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 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