Beispiel #1
0
void lvm_quit(lvm_t libh)
{
	struct saved_env e = store_user_env((struct cmd_context *)libh);
	fin_locking();
	destroy_toolcontext((struct cmd_context *)libh);
	udev_fin_library_context();
	restore_user_env(&e);
}
void lvm_quit(lvm_t libh)
{
	destroy_toolcontext((struct cmd_context *)libh);
}
Beispiel #3
0
void lvm_quit(lvm_t libh)
{
    destroy_toolcontext((struct cmd_context *)libh);
    udev_fin_library_context();
}