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-10-02 19:44:13 +00:00
2010-09-19 14:40:37 +00:00
2010-07-19 18:41:50 +00:00
2010-08-25 19:12:05 +00:00
2010-03-11 14:49:06 +00:00
2010-09-13 05:03:37 +00:00
2010-07-14 18:43:27 +00:00
2010-09-11 04:45:51 +00:00
2010-07-29 12:08:46 +00:00
2010-07-29 12:08:46 +00:00
2010-09-13 07:27:03 +00:00
2010-08-23 22:24:11 +00:00
2010-09-13 02:02:20 +00:00
2010-09-13 07:16:48 +00:00
2010-01-23 05:59:10 +00:00
2010-07-08 16:06:58 +00:00
2010-09-15 05:32:10 +00:00
2010-02-22 01:48:38 +00:00
2009-09-09 00:46:11 +00:00
2010-06-24 10:14:31 +00:00
2010-03-05 23:03:20 +00:00
2010-09-27 19:45:34 +00:00
2010-03-05 23:03:20 +00:00
2008-02-27 00:03:23 +00:00
2010-07-13 05:43:43 +00:00
2008-05-23 03:52:55 +00:00
2010-06-13 13:28:53 +00:00
2010-09-13 16:39:33 +00:00
2010-07-13 05:32:19 +00:00
2010-08-19 03:19:26 +00:00
2010-09-23 17:29:59 +00:00
2010-08-05 16:28:17 +00:00
2010-07-28 15:36:12 +00:00
2010-06-17 11:54:49 +00:00
2010-07-19 19:19:33 +00:00
2010-03-10 19:50:52 +00:00
2010-03-11 14:49:06 +00:00
2010-08-15 19:07:44 +00:00
2010-01-16 12:24:12 +00:00
2010-07-31 13:22:34 +00:00
2009-12-27 16:55:44 +00:00