> 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();
Whoa. I thought that sucker made it into mainline.
This has been blocking closure of http://bugzilla.kernel.org/show_bug.cgi?id=110
for a while.
		Dave
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/