patch-2.3.99-pre6 linux/drivers/block/genhd.c

Next file: linux/drivers/block/ll_rw_blk.c
Previous file: linux/drivers/block/floppy.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/drivers/block/genhd.c linux/drivers/block/genhd.c
@@ -37,16 +37,12 @@
 #ifdef CONFIG_PARPORT
 	parport_init();
 #endif
-	/*
-	 *	I2O must come before block and char as the I2O layer may
-	 *	in future claim devices that block/char most not touch.
-	 */
-#ifdef CONFIG_I2O
-	i2o_init();
-#endif
 	chr_dev_init();
 	blk_dev_init();
 	sti();
+#ifdef CONFIG_I2O
+	i2o_init();
+#endif
 #ifdef CONFIG_BLK_DEV_DAC960
 	DAC960_Initialize();
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)