summaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-exception-store.c
diff options
context:
space:
mode:
authorJonathan Brassow2009-01-06 04:05:15 +0100
committerAlasdair G Kergon2009-01-06 04:05:15 +0100
commitaea53d92f70eeb00ae480e399a997dd55fd5055d (patch)
tree55e087e5e22168ed87f6d51ca0c8557a7678834f /drivers/md/dm-exception-store.c
parentdm mpath: move trigger_event to system workqueue (diff)
downloadkernel-qcow2-linux-aea53d92f70eeb00ae480e399a997dd55fd5055d.tar.gz
kernel-qcow2-linux-aea53d92f70eeb00ae480e399a997dd55fd5055d.tar.xz
kernel-qcow2-linux-aea53d92f70eeb00ae480e399a997dd55fd5055d.zip
dm snapshot: separate out exception store interface
Pull structures that bridge the gap between snapshot and exception store out of dm-snap.h and put them in a new .h file - dm-exception-store.h. This file will define the API for new exception stores. Ultimately, dm-snap.h is unnecessary, since only dm-snap.c should be using it. Signed-off-by: Jonathan Brassow <jbrassow@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/dm-exception-store.c')
-rw-r--r--drivers/md/dm-exception-store.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/dm-exception-store.c b/drivers/md/dm-exception-store.c
index 01590f3e0009..ef152e600cb6 100644
--- a/drivers/md/dm-exception-store.c
+++ b/drivers/md/dm-exception-store.c
@@ -7,6 +7,7 @@
* This file is released under the GPL.
*/
+#include "dm-exception-store.h"
#include "dm-snap.h"
#include <linux/mm.h>