aboutsummaryrefslogtreecommitdiffstats
path: root/xenolinux-2.4.21-pre4-sparse/drivers
diff options
context:
space:
mode:
authorach61@labyrinth.cl.cam.ac.uk <ach61@labyrinth.cl.cam.ac.uk>2003-03-06 15:52:22 +0000
committerach61@labyrinth.cl.cam.ac.uk <ach61@labyrinth.cl.cam.ac.uk>2003-03-06 15:52:22 +0000
commit454a736db481ae4527360d5630ca9cd4148567c9 (patch)
treed80087eb7811b798b3d695f36bb292baaa2140bb /xenolinux-2.4.21-pre4-sparse/drivers
parentf3c8dfc6270a0d4ac5f81d64b59a42623e45f82e (diff)
downloadxen-454a736db481ae4527360d5630ca9cd4148567c9.tar.gz
xen-454a736db481ae4527360d5630ca9cd4148567c9.tar.bz2
xen-454a736db481ae4527360d5630ca9cd4148567c9.zip
bitkeeper revision 1.108 (3e676eb6Jy0anfrUlVCNnVZnDDSlQg)
virtual block device support
Diffstat (limited to 'xenolinux-2.4.21-pre4-sparse/drivers')
-rw-r--r--xenolinux-2.4.21-pre4-sparse/drivers/block/ll_rw_blk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xenolinux-2.4.21-pre4-sparse/drivers/block/ll_rw_blk.c b/xenolinux-2.4.21-pre4-sparse/drivers/block/ll_rw_blk.c
index 470b206726..842dd069f1 100644
--- a/xenolinux-2.4.21-pre4-sparse/drivers/block/ll_rw_blk.c
+++ b/xenolinux-2.4.21-pre4-sparse/drivers/block/ll_rw_blk.c
@@ -1505,6 +1505,7 @@ int __init blk_dev_init(void)
#ifdef CONFIG_XENOLINUX_BLOCK
xlblk_init();
xlseg_init();
+ xlseg_proc_init();
#endif
return 0;