do_mounts.c | 5 ----- 1 files changed, 5 deletions(-) diff -puN init/do_mounts.c~devfs-fix init/do_mounts.c --- 25/init/do_mounts.c~devfs-fix 2003-01-16 19:39:56.000000000 -0800 +++ 25-akpm/init/do_mounts.c 2003-01-16 19:39:56.000000000 -0800 @@ -853,11 +853,6 @@ void prepare_namespace(void) { int is_floppy; -#ifdef CONFIG_DEVFS_FS - sys_mount("devfs", "/dev", "devfs", 0, NULL); - do_devfs = 1; -#endif - md_run_setup(); if (saved_root_name[0]) { _