| * Copyright (C) 2001-2002 Sistina Software (UK) Limited. |
| * Copyright (C) 2006-2008 Red Hat GmbH |
| * This file is released under the GPL. |
| #include "dm-exception-store.h" |
| #include <linux/pagemap.h> |
| #include <linux/vmalloc.h> |
| #define DM_MSG_PREFIX "snapshot exception stores" |
| int dm_exception_store_init(void) |
| r = dm_transient_snapshot_init(); |
| DMERR("Unable to register transient exception store type."); |
| r = dm_persistent_snapshot_init(); |
| DMERR("Unable to register persistent exception store type"); |
| dm_persistent_snapshot_exit(); |
| void dm_exception_store_exit(void) |
| dm_persistent_snapshot_exit(); |
| dm_transient_snapshot_exit(); |