aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/dm-exception-store.c
diff options
context:
space:
mode:
authorJonathan Brassow <jbrassow@redhat.com>2009-01-06 03:05:15 +0000
committerAlasdair G Kergon <agk@redhat.com>2009-01-06 03:05:15 +0000
commitaea53d92f70eeb00ae480e399a997dd55fd5055d (patch)
tree55e087e5e22168ed87f6d51ca0c8557a7678834f /drivers/md/dm-exception-store.c
parentfe9cf30eb8186ef267d1868dc9f12f2d0f40835a (diff)
downloadkernel_samsung_smdk4412-aea53d92f70eeb00ae480e399a997dd55fd5055d.zip
kernel_samsung_smdk4412-aea53d92f70eeb00ae480e399a997dd55fd5055d.tar.gz
kernel_samsung_smdk4412-aea53d92f70eeb00ae480e399a997dd55fd5055d.tar.bz2
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 01590f3e..ef152e6 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>