patch-2.3.99-pre6 linux/drivers/block/ll_rw_blk.c
Next file: linux/drivers/block/lvm.c
Previous file: linux/drivers/block/genhd.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Wed Apr 26 12:13:16 2000
- Orig file:
v2.3.99-pre5/linux/drivers/block/ll_rw_blk.c
- Orig date:
Tue Apr 11 15:09:16 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/drivers/block/ll_rw_blk.c linux/drivers/block/ll_rw_blk.c
@@ -1077,6 +1077,12 @@
#ifdef CONFIG_DASD
dasd_init();
#endif
+#ifdef CONFIG_SUN_JSFLASH
+ jsfd_init();
+#endif
+#ifdef CONFIG_BLK_DEV_LVM
+ lvm_init();
+#endif
return 0;
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)