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

(-)Linux/Kernel/Dm-target.c.orig (-7 / +1 lines)
Lines 703-715 Link Here
703
703
704
void __exit dm_truecrypt_exit(void)
704
void __exit dm_truecrypt_exit(void)
705
{
705
{
706
	int r;
706
	dm_unregister_target (&truecrypt_target);
707
708
	r = dm_unregister_target (&truecrypt_target);
709
710
	if (r < 0)
711
		error ("unregister failed %d", r);
712
713
	destroy_workqueue (work_queue);
707
	destroy_workqueue (work_queue);
714
	kmem_cache_destroy (bio_ctx_cache);
708
	kmem_cache_destroy (bio_ctx_cache);
715
}
709
}

Return to bug 264450