Commit e8f3ccd7 authored by Linus Torvalds's avatar Linus Torvalds

Merge bk://gkernel.bkbits.net/misc-2.5

into ppc970.osdl.org:/home/torvalds/v2.5/linux
parents 5d53b9bf 9f1f4a57
......@@ -316,6 +316,7 @@ static void __exit rd_cleanup(void)
}
del_gendisk(rd_disks[i]);
put_disk(rd_disks[i]);
blk_cleanup_queue(rd_queue[i]);
}
devfs_remove("rd");
unregister_blkdev(RAMDISK_MAJOR, "ramdisk");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment