[PATCH 3/5] initmpfs v2: Move rootfs code from fs/ramfs/ to init/

2013-07-16 Thread Rob Landley
From: Rob Landley When the rootfs code was a wrapper around ramfs, having them in the same file made sense. Now that it can wrap another filesystem type, move it in with the init code instead. This also allows a subsequent patch to access rootfstype= command line arg. Signed-off-by: Rob

[PATCH 3/5] initmpfs v2: Move rootfs code from fs/ramfs/ to init/

2013-07-16 Thread Rob Landley
From: Rob Landley r...@landley.net When the rootfs code was a wrapper around ramfs, having them in the same file made sense. Now that it can wrap another filesystem type, move it in with the init code instead. This also allows a subsequent patch to access rootfstype= command line arg.