Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jul 2002 01:56:06 -0700
From:      Maxime Henrion <mux@freebsd.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Cc:        Bruce Evans <bde@zeta.org.au>
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:  <20020703085606.GD42325@elvis.mu.org>
In-Reply-To: <20020703183300.A15544-100000@gamplex.bde.org>
References:  <200207021709.g62H9M4v060829@freefall.freebsd.org> <20020703183300.A15544-100000@gamplex.bde.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Bruce Evans wrote:
> 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)?

Well, if vfs_syscalls.c had been repo-copied, it would have *a lot* of
history totally unrelated with vfs_mount.c.  I thought it made more
sense to repo-copy vfs_conf.c, which is the only file where all the
history was relevant, since all the content of vfs_conf.c is now in
vfs_mount.c.

Maxime

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?20020703085606.GD42325>