Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 196566
Collapse All | Expand All

(-)cloop-2.05~20060829/compressed_loop.c (-2 / +1 lines)
Lines 814-821 static void __exit cloop_exit(void) Link Here
814
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
814
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
815
    devfs_remove(cloop_name);
815
    devfs_remove(cloop_name);
816
#endif
816
#endif
817
    if(unregister_cloop_blkdev() != 0)
817
    unregister_cloop_blkdev();
818
        printk(KERN_WARNING "%s: cannot unregister block device\n", cloop_name);
819
    for(i=0;i<max_cloop;i++)
818
    for(i=0;i<max_cloop;i++)
820
    {
819
    {
821
        del_gendisk(cloop_dev[i].disk);
820
        del_gendisk(cloop_dev[i].disk);

Return to bug 196566