Date: Sat, 2 Oct 2010 19:44:13 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files src/sys/kern vfs_mount.c vfs_mountroot.c Message-ID: <201010021944.o92JieZL096678@repoman.freebsd.org>
index | next in thread | raw e-mail
marcel 2010-10-02 19:44:13 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/kern vfs_mount.c
Added files:
sys/kern vfs_mountroot.c
Log:
SVN rev 213365 on 2010-10-02 19:44:13Z by marcel
Split the root mount logic from the (generic) mount code and move
it (the root mount code) into a new file called vfs_mountroot.c
The split is almost trivial, as the code is almost perfectly
non-intertwined. The only adjustment needed was to move the UMA
zone allocation out of vfs_mountroot() [in vfs_mountroot.c] and
into vfs_mount.c, where it had to be done as a SYSINIT [see
vfs_mount_init()].
There are no functional changes with this commit.
Revision Changes Path
1.1535 +1 -0 src/sys/conf/files
1.322 +28 -623 src/sys/kern/vfs_mount.c
1.1 +626 -0 src/sys/kern/vfs_mountroot.c (new)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010021944.o92JieZL096678>
