Marcel Moolenaar 24e01f5998 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.
2010-10-02 19:44:13 +00:00
..
2010-08-23 22:24:11 +00:00
2010-09-13 07:16:48 +00:00
2009-09-09 00:46:11 +00:00
2010-07-13 05:32:19 +00:00
2010-09-23 17:29:59 +00:00