[klibc] [klibc 31/31] Remove in-kernel root-mounting code

H. Peter Anvin hpa at zytor.com
Tue Jun 27 22:17:31 PDT 2006


[klibc] Remove in-kernel root-mounting code

This removes the root mounting code from the kernel proper.  This
includes ip autoconfiguration, nfsroot, and name_to_dev_t().

Signed-off-by: H. Peter Anvin <hpa at zytor.com>

---
commit 8a5ac82c851f56902095db4b78150bac5ea532a6
tree d62b2a5763d9becb8bd37ddc0e69d65eb477b3c5
parent 72226912c1128958df215fcfc10b91f4e27bfa79
author H. Peter Anvin <hpa at zytor.com> Tue, 27 Jun 2006 20:51:23 -0700
committer H. Peter Anvin <hpa at zytor.com> Tue, 27 Jun 2006 20:51:23 -0700

 arch/i386/kernel/setup.c   |    8 
 arch/x86_64/kernel/setup.c |    7 
 fs/Kconfig                 |   14 
 fs/nfs/Makefile            |    1 
 fs/nfs/mount_clnt.c        |  191 ------
 fs/nfs/nfsroot.c           |  525 ---------------
 include/linux/mount.h      |    1 
 init/Makefile              |    8 
 init/do_mounts.c           |  437 -------------
 init/do_mounts.h           |   91 ---
 init/do_mounts_devfs.c     |  137 ----
 init/do_mounts_initrd.c    |  125 ----
 init/do_mounts_md.c        |  286 --------
 init/do_mounts_rd.c        |  429 -------------
 init/initramfs.c           |    3 
 init/main.c                |   45 -
 net/ipv4/Makefile          |    1 
 net/ipv4/ipconfig.c        | 1510 --------------------------------------------
 18 files changed, 21 insertions(+), 3798 deletions(-)

Patch suppressed due to size (103 K), available at:
http://www.kernel.org/pub/linux/kernel/people/hpa/klibc-patchset/31-remove-in-kernel-root-mounting-code.patch



More information about the klibc mailing list